Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 327 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 327 Bytes

Dijkstra Algorithm for Single-Source Shortest Path

forthebadge made-with-java
SSSP stands for Single-Source Shortest Path. This Dijkstra algorithm is used to obtain optimal solution for SSSP problem.

I have used Java prog. language to implement this algorithm.