pathfinding visualizer is a visualization tool to demonstrate how pathfinding algorithms work I hope you enjoy it .
you can checkout the project here
after you clone the project run npm install
to install all dependencies .
now you can run npm start
to run the project in development server
or run npm run build
to generate optimized version in build folder
- dijkestra
- A*
- greedy-algorithms
- recursive-backtraking
- randomized-kruskal