https://github.com/ediloaz/n-queens-problem-scala
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-scala
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-scala
- Owner: ediloaz
- License: mit
- Created: 2018-08-17T06:51:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T06:51:52.000Z (almost 8 years ago)
- Last Synced: 2025-07-19T08:02:30.306Z (11 months ago)
- Size: 1000 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-Scala