Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 361 Bytes

File metadata and controls

12 lines (7 loc) · 361 Bytes

Path-Finding-Visualizer

A path finding visualizer for Dijikstra's Algorithm and DFS built using React

Steps :

  1. install react using the command : npm install react
  2. start the environment using the command : npm start
  3. the app will open in the browser, enter the start and finish points and select the algorithm
  4. Visualize the algorithm