Skip to content

💫 Dijkstra implementation which can show the exact shortest path

Notifications You must be signed in to change notification settings

xxxwarrior/dijkstra-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

dijkstra-python

This is a simple dijkstra algorithm implementation. It counts the shortest path between nodes in a weighted graph. It returns the actual path from the starting node to the end.

The actual path can be returned only if there is a possible way between the nodes.

About

💫 Dijkstra implementation which can show the exact shortest path

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages