https://github.com/michaelholley/nqueensproblem
Solution of the n-Queens-Problem
https://github.com/michaelholley/nqueensproblem
nqueen-problem nqueens-problem nqueens-solution queens-problem
Last synced: 6 months ago
JSON representation
Solution of the n-Queens-Problem
- Host: GitHub
- URL: https://github.com/michaelholley/nqueensproblem
- Owner: MichaelHolley
- Created: 2020-04-24T12:11:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T13:44:13.000Z (over 5 years ago)
- Last Synced: 2025-04-10T00:54:21.149Z (6 months ago)
- Topics: nqueen-problem, nqueens-problem, nqueens-solution, queens-problem
- Language: Java
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NQueensProblem
Find out more about the n-Queens-Problem [here](https://en.wikipedia.org/wiki/Eight_queens_puzzle).