GitHub / 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HxnDev%2F8-Queen-Problem-Solver-in-Python
Stars: 5
Forks: 0
Open issues: 0
License: mit
Language: Python
Size: 68.4 KB
Dependencies parsed at: Pending
Created at: almost 4 years ago
Updated at: over 2 years ago
Pushed at: almost 4 years ago
Last synced at: about 1 month ago
Topics: 8queens, 8queens-problem, code, nqueens-problem, nqueens-problem-solver, nqueens-solution, objective-functions, python