Skip to content

Rishabh-Varshney/Path-Finder

Repository files navigation

Path-Finder

Live-Version:https://path-finder-1124.netlify.app/

Algorithms

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

Tech-Stack

https://github.com/Rishabh-Varshney/Path-Finder.git
-React
-SaSS

Build Guide

git clone https://github.com/Rishabh-Varshney/Path-Finder.git
cd Path-Finder
yarn install
yarn start