https://github.com/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.
https://github.com/hxndev/8-queen-problem-solver-in-python
8queens 8queens-problem code nqueens-problem nqueens-problem-solver nqueens-solution objective-functions python
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/hxndev/8-queen-problem-solver-in-python
- Owner: HxnDev
- License: mit
- Created: 2021-07-29T07:47:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T07:50:45.000Z (about 4 years ago)
- Last Synced: 2025-03-31T10:41:13.581Z (6 months ago)
- Topics: 8queens, 8queens-problem, code, nqueens-problem, nqueens-problem-solver, nqueens-solution, objective-functions, python
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
All the files have been commented for your ease. Furthermore you may also add further comments if you may.
For further queries contact me at : chhxnshah@gmail.com