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
- Breadth-First-Search : Unweighted search
- Djikstra-Algorithm : Weighted Algorithm to find the path
-> install npm
-> clone the repository
-> cd into the folder
-> run npm start command