Skip to main content
Top

1992 | OriginalPaper | Chapter

Shortest Paths and Transitive Closure

Author : Dexter C. Kozen

Published in: The Design and Analysis of Algorithms

Publisher: Springer New York

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

Let G = (V, E) be an undirected graph and let ℓ be a function assigning a nonnegative length to each edge. Extend ℓ to domain V x V by defining ℓ(υ, υ) = 0 and ℓ(u, υ) = ∞ if (u, υ) ∉ E. Define the length2 of a path $$ p = {e_{1}}{e_{2}}...{e_{n}}{\text{ to be }}l(p) = \Sigma _{{i = 1}}^{n}l({e_{i}}). $$. For u, υ ∈ V, define the distanced(u, υ) from u to υ to be the length of a shortest path from u to υ, or ∞ if no such path exists. The single-source shortest path problem is to find, given s ∈ V, the value of d(s, u) for every other vertex u in the graph.

Metadata
Title
Shortest Paths and Transitive Closure
Author
Dexter C. Kozen
Copyright Year
1992
Publisher
Springer New York
DOI
https://doi.org/10.1007/978-1-4612-4400-4_5

Premium Partner