Skip to content

In this assignment, Dijkstra’s Shortest Path Algorithm is implemented and applied to solve several problems. A program, which is used for directed weighted graphs with positive arc weighs, is designed in Python. With this program, problems related to shortest path spanning tree in a graph for a root node to all other nodes are studied.

DespinaDvl/Graph_Analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph_Analytics

In this project, Dijkstra’s Shortest Path Algorithm is implemented and applied to solve several problems. A program, which is used for directed weighted graphs with positive arc weighs, is designed in Python.

About

In this assignment, Dijkstra’s Shortest Path Algorithm is implemented and applied to solve several problems. A program, which is used for directed weighted graphs with positive arc weighs, is designed in Python. With this program, problems related to shortest path spanning tree in a graph for a root node to all other nodes are studied.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages