This is an interactive solver for the Eight Queens problem. The live demo can be seen at https://nemanjamiljkovic.me/nqueens.
git checkout https://github.com/proof/nqueens-react.git
cd nqueens-react
yarn
yarn start
Eight Queens interactive solver, providing step by step play-through for Depth First Search, Hill Climbing and Min Conflict algorithms.
This is an interactive solver for the Eight Queens problem. The live demo can be seen at https://nemanjamiljkovic.me/nqueens.
git checkout https://github.com/proof/nqueens-react.git
cd nqueens-react
yarn
yarn start
Eight Queens interactive solver, providing step by step play-through for Depth First Search, Hill Climbing and Min Conflict algorithms.
https://nemanjamiljkovic.me/nqueens
MIT License