Sciweavers

FOCS
1994
IEEE

Finding the k Shortest Paths

13 years 7 months ago
Finding the k Shortest Paths
We describe algorithms for finding the k shortest paths connecting a given pair of vertices in a digraph (allowing cycles). Our algorithms output an implicit representation of the paths as an unordered set in time O(m + n log n + k). The paths can be output in order by length in total time O(m + n log n + k log k). We can also find the k paths from a given source s to each vertex in the graph, in total time O(m + n log n + kn). Work supported in part by NSF grant CCR-9258355.
David Eppstein
Added 27 Aug 2010
Updated 27 Aug 2010
Type Conference
Year 1994
Where FOCS
Authors David Eppstein
Comments (0)