The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
-
Updated
Jan 9, 2023 - Python
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
8 Queens Problem in Csharp
🧬 Trabalho da cadeira de Inteligência Artificial (CC0027).
Add a description, image, and links to the 8queens-genetic-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the 8queens-genetic-algorithm topic, visit your repo's landing page and select "manage topics."