The N - Queens problem is to place N - Queens on an N x N Chessboard in such a manner that no Queens attack each other by being in the same row, column or diagonal. This project visualizes the recursive solution algorithm.
Logs