https://github.com/jer96/n-queens-solver
Backtracking and Minimal Conflict algorithms to solve the N-queens problem
https://github.com/jer96/n-queens-solver
Last synced: 6 months ago
JSON representation
Backtracking and Minimal Conflict algorithms to solve the N-queens problem
- Host: GitHub
- URL: https://github.com/jer96/n-queens-solver
- Owner: jer96
- Created: 2016-02-01T02:17:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T02:24:53.000Z (over 10 years ago)
- Last Synced: 2023-03-29T13:30:45.770Z (over 3 years ago)
- Language: Racket
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# N-Queens-Solver
Backtracking and Minimal Conflict algorithms to solve the N-queens problem
Programmed in the R5RS language in Scheme