Shortest-Path Algorithm

Shortest-Path Algorithm is an algorithm that calculate the shortest path of one vertex to all other vertices in a #202204112118. The path could be unweighted or weighted. It is similar to level-order traversal. Sometimes, it is wise to 202204151111# in order to store path information for later usage.

There are several algorithms to handle different cases:

Links to this page
#algorithm #graph