MAOMislive / Dijkstra-Algorithm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Java 100.0%