Skip to content

Implementation of improved dijkstra algorithm.

Notifications You must be signed in to change notification settings

JimishF/dijkstra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dijkstra

I implemented an Improved Dijkstra’s Algorithm under my special winter assignment (DEC 2015).

Usage:

  • Set distance-matrix in /js/matrix.js.
    • Where inf means infinity, showing unavailability of direct connection among two nodes
  • Run index.html in browser.
    • It will display a un-directional weighted graph according to the distance-matrix.
  • Click on any node (number in black circle) in graph.
    • It'll list down shortest paths to reach selected node, each from a node in graph.

About

Implementation of improved dijkstra algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published