Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 791 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 791 Bytes

Fastest Path Finder App

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.

How does this app work?

  1. You need to pick your start node
  2. You need to pick your destination node
  3. You can optionally build wall as barriers between these above nodes
  4. Run algorithm to find the shorest path

Quick demo

You can click on the link below for a quick tryout

Visit Fastest Path Finder App

or at http://unsightly-cake.surge.sh/

For more details of the algorithm implementation, feel free to check out src/algorithms/dijkstra.js