Skip to content

skoda-octavia/Dijkstra-s-algorithm-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Dijkstra's algorith

is an algorithm for finding the shortest paths between nodes in a weighted graph. This implementation takes graph as a rectangle build with nodes. Weights are 0-9. Example in graph.txt

Required libraries

math, argparse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages