Skip to content

Eight Queens interactive solver, providing step by step play-through for Depth First Search, Hill Climbing and Min Conflict algorithms.

License

Notifications You must be signed in to change notification settings

nmiljkovic/nqueens-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NQueens interactive solver

This is an interactive solver for the Eight Queens problem. The live demo can be seen at https://nemanjamiljkovic.me/nqueens.

Setup

git checkout https://github.com/proof/nqueens-react.git
cd nqueens-react
yarn
yarn start

About

Eight Queens interactive solver, providing step by step play-through for Depth First Search, Hill Climbing and Min Conflict algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published