Skip to content

Dijkstr's Algorithm is a graph search algorithm that solves the single-source shortest path problem for a graph with non-negative edge path costs, producing a shortest path tree. This algorithm is often used in routing and as a subroutine in other graph algorithms.

Notifications You must be signed in to change notification settings

Anand-M-P/Dijkstra_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstra_Algorithm

Dijkstr's Algorithm is a graph search algorithm that solves the single-source shortest path problem for a graph with non-negative edge path costs, producing a shortest path tree. This algorithm is often used in routing and as a subroutine in other graph algorithms.

input.text contains the test cases for the program. First line implies the no: pf vertices and second one implies the no: of edges. Then the edges with is specified.

About

Dijkstr's Algorithm is a graph search algorithm that solves the single-source shortest path problem for a graph with non-negative edge path costs, producing a shortest path tree. This algorithm is often used in routing and as a subroutine in other graph algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages