Skip to content

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 node-sass@4.14.0
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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors