8queens
Here are 13 public repositories matching this topic...
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 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.
-
Updated
Jul 29, 2021 - Python
-
Updated
May 2, 2020 - Python
Solving 8 Queen and Maze problems and creating Tic-Tac-Toe game.
-
Updated
Feb 1, 2021 - Python
Short 8 queens problem solution. Python
-
Updated
Oct 18, 2020 - Python
Some AI Algorithms in Pygame
-
Updated
Oct 19, 2022 - Python
-
Updated
Jan 21, 2023 - Python
Solving 8-Queens problem
-
Updated
Feb 12, 2020 - Python
Solved the eight queens problem using genetic algorithms.
-
Updated
Jul 25, 2020 - Python
-
Updated
Mar 23, 2022 - Python
Improve this page
Add a description, image, and links to the 8queens topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 8queens topic, visit your repo's landing page and select "manage topics."