A path finding visualizer for Dijikstra's Algorithm and DFS built using React
Steps :
- install react using the command : npm install react
- start the environment using the command : npm start
- the app will open in the browser, enter the start and finish points and select the algorithm
- Visualize the algorithm