Row | Column |
---|
Logs
The N-Queens problem is to place N-Queens on an NxN 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.
Row | Column |
---|
Logs