This project helps us to visualize us to see all the paths taken by the algorithm before reaching the destination. By viewing the results we can visually verify the efficiency of the algorithm while it executes. The algorithms visualized in this project are
- BFS
- DFS
- Dijkstra's algorithm
This project was bootstrapped with Create React App.
In the project directory, follow below steps:
This command will install the required dependecies.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.