🔱 8 queen, chess , problem
-
Updated
Mar 23, 2017 - C#
🔱 8 queen, chess , problem
The n-queen puzzle is the problem of placing n chess queens on an n x n chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.
The n-queen puzzle is the problem of placing n chess queens on an n x n chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.
The n-queen puzzle is the problem of placing n chess queens on an n x n chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.
Add a description, image, and links to the chess-queens topic page so that developers can more easily learn about it.
To associate your repository with the chess-queens topic, visit your repo's landing page and select "manage topics."