Loading…
All pairs shortest paths using bridging sets and rectangular matrix multiplication
We present two new algorithms for solving the All Pairs Shortest Paths (APSP) problem for weighted directed graphs. Both algorithms use fast matrix multiplication algorithms.The first algorithm solves the APSP problem for weighted directed graphs in which the edge weights are integers of small absol...
Saved in:
Published in: | Journal of the ACM 2002-05, Vol.49 (3), p.289-317 |
---|---|
Main Author: | |
Format: | Article |
Language: | English |
Subjects: | |
Citations: | Items that this one cites Items that cite this one |
Online Access: | Get full text |
Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Summary: | We present two new algorithms for solving the All Pairs Shortest Paths (APSP) problem for weighted directed graphs. Both algorithms use fast matrix multiplication algorithms.The first algorithm solves the APSP problem for weighted directed graphs in which the edge weights are integers of small absolute value in
Õ
(
n
2+μ
) time, where μ satisfies the equation ω(1, μ, 1) = 1 + 2μ and ω(1, μ, 1) is the exponent of the multiplication of an
n
×
n
μ
matrix by an
n
μ
×
n
matrix. Currently, the best available bounds on ω(1, μ, 1), obtained by Coppersmith, imply that μ < 0.575. The running time of our algorithm is therefore
O
(
n
2.575
). Our algorithm improves on the
Õ
(
n
(3c+ω)/2
) time algorithm, where ω = ω(1, 1, 1) < 2.376 is the usual exponent of matrix multiplication, obtained by Alon et al., whose running time is only known to be
O
(
n
2.688
).The second algorithm solves the APSP problem
almost
exactly for directed graphs with
arbitrary
nonnegative real weights. The algorithm runs in Õ((
n
ω
/ϵ) log(
W
/ϵ)) time, where ϵ > 0 is an error parameter and
W
is the largest edge weight in the graph, after the edge weights are scaled so that the smallest non-zero edge weight in the graph is 1. It returns estimates of all the distances in the graph with a stretch of at most 1 + ϵ. Corresponding paths can also be found efficiently. |
---|---|
ISSN: | 0004-5411 1557-735X |
DOI: | 10.1145/567112.567114 |