DEV Community

Cover image for Path Finding Visualizer
Sadanand Pai
Sadanand Pai

Posted on

Path Finding Visualizer

The project is developed to help visualize and learn the Breadth First Search algorithm in finding the shortest path between source and destination with obstacles.

Also the code is written in a simple way to help interested folks, build the similar projects.

Link: https://sadanandpai.github.io/shortest-path-finder/dist/

Repo: https://github.com/sadanandpai/shortest-path-finder

Oldest comments (2)

Collapse
 
arvindpdmn profile image
Arvind Padmanabhan

Nicely done. Enjoyed the visualization.

Collapse
 
ats1999 profile image
Rahul kumar

Best technology to do these kind of things is to use canvas!