Skip to content

A generalized version of Dijkstra's algorithm to find optimal path using metrics other than shortest path

Notifications You must be signed in to change notification settings

konsteva/Dijkstras-Generalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Dijkstras-Generalization

A generalized version of Dijkstra's algorithm to find optimal path using metrics other than shortest path. It allows to find optimal paths using the metrics: Hop Count, Shortest Path and Widest Path (Bandwith) and builds the foundation to use other metrics as well. The methodology of the implementation is based on the routing algebra theory.

About

A generalized version of Dijkstra's algorithm to find optimal path using metrics other than shortest path

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published