We review how to solve the all-pairs shortest-path problem in a nonnegatively ลฝ 2 . weighted digraph with n vertices in expected time O n log n . This bound is shown to hold with high probability for a wide class of probability distributions on nonnegatively weighted ลฝ . digraphs. We also prove that
Unified all-pairs shortest path algorithms in the chordal hierarchy
โ Scribed by K. Han; Chandra N. Sekharan; R. Sridhar
- Publisher
- Elsevier Science
- Year
- 1997
- Tongue
- English
- Weight
- 863 KB
- Volume
- 77
- Category
- Article
- ISSN
- 0166-218X
No coin nor oath required. For personal study only.
โฆ Synopsis
The objective of this paper is to advance the view that solving the all-pairs shortest path (APSP) problem for a chordal graph G is a two-step process: the first step is determining vertex pairs at distance two (i.c., computing C') and the second step is finding the vcrtcx pairs at distance three or more. The main technical result here is that the APSP problem for a chordal graph can be solved in O(n') time (optimally), if G' is already known. It can be shown that computing G* for chordal graphs is as hard as for general graphs. We then show certain subclasses of chordal graphs for which G' can be computed more efficiently. This leads to optimal APSP algorithms for these classes of graphs in a more natural way than previously known results. Finally, we present an optimal parallel algorithm for the APSP problem on chordal graphs by exploiting new structural properties of shortest paths. Our parallel algorithm uses 0(:24(rz)) operations where M(n) is the time needed for the fastest known algorithm for multiplying two n x II matrices over a ring.
๐ SIMILAR VOLUMES
We present an algorithm, APD, that solves the distance version of the all-pairs-shortest-path problem for undirected, unweighted \(n\)-vertex graphs in time \(O(M(n) \log n)\), where \(M(n)\) denotes the time necessary to multiply two \(n \times n\) matrices of small integers (which is currently kno