nmiljkovic / nqueens-react

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

Home Page:https://nemanjamiljkovic.me/nqueens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://nemanjamiljkovic.me/nqueens

License:MIT License


Languages

Language:TypeScript 93.1%Language:CSS 5.1%Language:HTML 1.7%