Skip to content

Djikstra's Algorithm is a type of Greedy Algorithm which is locally optimized to seek the shortest path between two nodes in a graph. Is also equipped to test whether or not a path is possible.

Notifications You must be signed in to change notification settings

srezzag/dynamic-dijsktras-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamic-dijsktras-algorithm

Djikstra's Algorithm is a type of Greedy Algorithm which is locally optimized to seek the shortest path between two nodes in a graph. Is also equipped to test whether or not a path is possible.

About

Djikstra's Algorithm is a type of Greedy Algorithm which is locally optimized to seek the shortest path between two nodes in a graph. Is also equipped to test whether or not a path is possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages