Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyospf

Calc the shortest path use OSPF algorithm.

Data Structure INPUT: Graph { 'A' : { 'B':[{'s':sif, 'e':eif, 'mt':mt},{},{}], 'C':[{},{}], ...... } }

OUTPUT: Path { 'path' : [ {'A':[sif, eif]},{'B':[sif, eif]},{'D':[sif,eif]}
] 'mt' : mt }

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages