This contains source code implementation of Dijkstra algorithm in the format of web application. It's written on the top of base project from GeekForGeek personal project online course.
- You need to pick your start node
- You need to pick your destination node
- You can optionally build wall as barriers between these above nodes
- Run algorithm to find the shorest path
You can click on the link below for a quick tryout
Visit Fastest Path Finder Appor at http://unsightly-cake.surge.sh/
For more details of the algorithm implementation, feel free to check out src/algorithms/dijkstra.js