https://github.com/ediloaz/n-queens-problem-julia
The N-queens problem is to place n queens on a n × n board such that no queen is attacking any other queen.
https://github.com/ediloaz/n-queens-problem-julia
Last synced: 4 months ago
JSON representation
The N-queens problem is to place n queens on a n × n board such that no queen is attacking any other queen.
- Host: GitHub
- URL: https://github.com/ediloaz/n-queens-problem-julia
- Owner: ediloaz
- License: mit
- Created: 2018-08-17T06:47:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T06:47:42.000Z (almost 8 years ago)
- Last Synced: 2025-06-07T07:40:15.438Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
N-queens-problem-Julia