Skip to content

The Dijkstra Shortest Path algorithm is a greedy algorithm that calculates the cost of each neighboring node by selecting the minimum value and determines the shortest distance from a given starting node to a designated terminal node.

Notifications You must be signed in to change notification settings

anumalasathwik/Dijkstra-Shortest-Path-Algorithm-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Dijkstra-Shortest-Path-Algorithm-in-Python

The Dijkstra Shortest Path algorithm is a greedy algorithm that calculates the cost of each neighboring node by selecting the minimum value and determines the shortest distance from a given starting node to a designated terminal node.

By Sathwik Anumala

About

The Dijkstra Shortest Path algorithm is a greedy algorithm that calculates the cost of each neighboring node by selecting the minimum value and determines the shortest distance from a given starting node to a designated terminal node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published