Skip to content

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.

Notifications You must be signed in to change notification settings

hoangtran98/fastest-path-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published