Skip to content

Implemented a single page application with ReactJS which finds the path between the source and the sink using different algorithms such as Dijkstra, Bellman-Ford, DFS and BFS. Added features to allow user to select visualising speed, add random obstacles in the path and select the desired algorithm.

License

Notifications You must be signed in to change notification settings

rakhiagr/path-finder

Repository files navigation

Pathfinding Visualizer

https://rakhiagr.github.io/path-finder/


Algorithms

  • Dijkstra
  • Bellman-Ford
  • DFS
  • 0-1 BFS
  • A* with manhatten distance heuristic

Technical Stack

UI Library Styling Typing

Build Guide

git clone https://github.com/rakhiagr/path-finder
cd path-finder
yarn install
yarn start
Dependencies Installed -
npm install [email protected]
npm install uuid

LICENSE

MIT

About

Implemented a single page application with ReactJS which finds the path between the source and the sink using different algorithms such as Dijkstra, Bellman-Ford, DFS and BFS. Added features to allow user to select visualising speed, add random obstacles in the path and select the desired algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published