An open API service indexing awesome lists of open source software.

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

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