-
Notifications
You must be signed in to change notification settings - Fork 1
The eight queens problem statement dictates placement of eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal. This code is using Python to resolve the problem.
shwetamustare/Eight-Queens
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
The eight queens problem statement dictates placement of eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal. This code is using Python to resolve the problem.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published