Previous Section
 < Day Day Up > 
Next Section


Variants

In this chapter, we shall focus on the single-source shortest-paths problem: given a graph G = (V, E), we want to find a shortest path from a given source vertex s V to each vertex v V . Many other problems can be solved by the algorithm for the single-source problem, including the following variants.



Previous Section
 < Day Day Up > 
Next Section