/n_queens

A ruby solution to the n-queens problem. Finds the desired number of possible solutions for putting n queens on a n x n sized chessboard without any queen being in the path of another.

Primary LanguageRuby

Watchers