HxnDev/8-Queen-Problem-Solver-in-Python
The 8-queens problems asks us to place 8 queens on a chessboard so that no two can capture one another; that is, no two are on the same row, column, or diagonal.
PythonMIT
No issues in this repository yet.
The 8-queens problems asks us to place 8 queens on a chessboard so that no two can capture one another; that is, no two are on the same row, column, or diagonal.
PythonMIT
No issues in this repository yet.