Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 569 Bytes

File metadata and controls

20 lines (14 loc) · 569 Bytes

Path-Finder

It is an app made using React new features 'the Hooks'
It features a grid in which you can add starting cell and ending cell and walls and weghts anywhere
Visualize how the algorithm finds the shortest path

Algorithms Implemented

  • Breadth-First-Search : Unweighted search
  • Djikstra-Algorithm : Weighted Algorithm to find the path

Deployed

Path-finder

Run app locally

-> install npm
-> clone the repository
-> cd into the folder
-> run npm start command