shortest-path-finder icon indicating copy to clipboard operation
shortest-path-finder copied to clipboard

Shortest Path Finder visualizer using Breadth First Search algorithm

Shortest Path Finder (Visualizer)

Shortest Path Finder using BFS algorithm in React

cover


Live demo

Running in your local

  • git clone https://github.com/sadanandpai/shortest-path-finder.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