The purpose of this project was to learn how some of the commonly used path-finding algorithms work and display them on screen.
- Depth First Search
- Breadth First Search
- A*
# clone repository
$ git clone https://github.com/idontreallywolf/algovis
$ cd algovis
# Install dependencies & start
$ npm i
Open .env
file and set to the desired port.
HTTP_PORT = 8080
run $ npm start
or $ nodemon
(if installed)
check issues