Visualize path finding algorithms (DFS, BFS, and Dijkstra's). The grid size, animation speed, and walls can be adjusted.
- Visualize how the different path finding algorithms arrive to their destination.
- Combine my knowledge in algorithms, and React into an interactive app.
-
Clone the repo
$ git clone https://github.com/JP-sDEV/path_finding_viz.git
-
install dependencies
npm install
-
Run app locally with
npm start
- Depth First Search (DFS)
- Breadth First Search (BFS)
- Dijkstra's
- Code provided by Clément Mihailescu
- Toggle between slow, normal, and fast animation speeds
- Clone the repo by following Installation
- Improve the web-app by:
- add a feature
- resolving an issue in the Issues tab
- refactor code
- Test the new feature locally
- Update the Features section in the README.md
- Open a pull request with a detailed explanation of the changes