Checkout the app here
- Visualization for graph algorithms DFS and BFS.
- For BFS: Show the shortest path to destination animation if there is one.
- For DFS: Show dead end cells and backtracking animations.
- Settings to set number of rows, columns and animation speed.
- Generate and remove wall cells. Update positions of start, end cells.
- Works on mobile and desktop browsers.
- Desktop
- Mobile
git clone git@github.com:max172-hqt/algorithms-visualizers.git
cd algorithms-visualizers
npm install
npm run devMIT