shortest-path

0
0
0
1
JavaScript
public

Shortest Path Finder (Visualizer)

Shortest Path Finder using BFS algorithm in React

cover




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
v0.3.3[beta]