/queens

A Clojure implementation of the Queens on a chessboard of NxN squares: place N queens on the board such that at most one queen occupies any diagonal, row or column; furthermore, at most two queens can occupy any other line.

Primary LanguageClojure

Watchers