๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

All-pairs shortest paths for unweighted undirected graphs in o ( mn ) time

โœ Scribed by Chan, Timothy M.


Book ID
125521674
Publisher
Association for Computing Machinery
Year
2012
Tongue
English
Weight
182 KB
Volume
8
Category
Article
ISSN
1549-6325

No coin nor oath required. For personal study only.

โœฆ Synopsis


We revisit the all-pairs-shortest-paths problem for an unweighted undirected graph with
n
vertices and
m
edges. We present new algorithms with the following running times:

{
O
(
mn
/log
n
) if
m

n
log
n
log log log
n
O
(
mn
log log
n
/log
n
) if
m

n
log log
n
O
(
n
^2^
log
^2^
log
n
/log
n
) if
m
โ‰ค
n
log log
n
.

These represent the best time bounds known for the problem for all
m
โ‰ช
n
^1.376^
. We also obtain a similar type of result for the diameter problem for unweighted directed graphs.


๐Ÿ“œ SIMILAR VOLUMES


On the All-Pairs-Shortest-Path Problem i
โœ R. Seidel ๐Ÿ“‚ Article ๐Ÿ“… 1995 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 318 KB

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