2010
DOI: 10.1137/08071990x
|View full text |Cite
|
Sign up to set email alerts
|

More Algorithms for All-Pairs Shortest Paths in Weighted Graphs

Abstract: In the first part of the paper, we reexamine the all-pairs shortest paths (APSP) problem and present a new algorithm with running time O(n 3 log 3 log n/ log 2 n), which improves all known algorithms for general real-weighted dense graphs.In the second part of the paper, we use fast matrix multiplication to obtain truly subcubic APSP algorithms for a large class of "geometrically weighted" graphs, where the weight of an edge is a function of the coordinates of its vertices. For example, for graphs embedded in … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
167
0
3

Year Published

2011
2011
2023
2023

Publication Types

Select...
5
3
1
1

Relationship

0
10

Authors

Journals

citations
Cited by 150 publications
(171 citation statements)
references
References 37 publications
1
167
0
3
Order By: Relevance
“…Slightly subcubic algorithms for this problem have also been obtained. The fastest currently known algorithm is by Chan [15], running in time O( n 3 (log log n) 3 log 2 n ). For Monge matrices, distance multiplication can easily be performed in time O(n 2 ), using the standard row-minima searching technique of Aggarwal et al [1] to perform matrix-vector multiplication in linear time (see also [6,57]).…”
Section: Fast Implicit Distance Multiplicationmentioning
confidence: 99%
“…Slightly subcubic algorithms for this problem have also been obtained. The fastest currently known algorithm is by Chan [15], running in time O( n 3 (log log n) 3 log 2 n ). For Monge matrices, distance multiplication can easily be performed in time O(n 2 ), using the standard row-minima searching technique of Aggarwal et al [1] to perform matrix-vector multiplication in linear time (see also [6,57]).…”
Section: Fast Implicit Distance Multiplicationmentioning
confidence: 99%
“…Let M σ be a k × k matrix with elements M σ i,j = e i (σ) · P i,j . We can now express v n as: Faster methods for max-times matrix multiplication [11,12] and standard matrix multiplication [14,32] can be used to reduce the k 3 term. However, for small values of k this is not profitable.…”
Section: Preliminariesmentioning
confidence: 99%
“…For dense graphs with arbitrary edge weights, nothing much better than cubic time is known. 5 Vassilevska Williams and Williams [23] showed that the RP problem in directed graphs is equivalent to APSP, under subcubic reductions, i.e. essentially either both problems admit truly subcubic algorithms, or neither of them does.…”
Section: B Related Workmentioning
confidence: 99%