Shortest Path Finder (Visualizer)
Shortest Path Finder using BFS algorithm in React




Live demo
Running in your local
git clone https://github.com/bgoonz/shortest-path.git
npm install (after navigating inside the directory)
npm start
Features
- Responsive grid layout for screen sizes
- Rows and columns control
- Custom maze building options
- Random maze generator
- Path length display
- Mobile support
- Easy to understand and implementable code
Technologies
Feel free to reuse or modify the code/project for your personal or professinal purposes
Raise PR for any bugs/imporvements