Skip to content

sadanandpai/shortest-path-finder

Repository files navigation

Note

This project will be deprecated soon. We have revamped the complete Pathfinder project. Plz, visit Algo visualizer to explore the latest in a development project for Path finder.

Shortest Path Finder (Visualizer)

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