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

On the Exponent of the All Pairs Shortest Path Problem

โœ Scribed by Noga Alon; Zvi Galil; Oded Margalit


Publisher
Elsevier Science
Year
1997
Tongue
English
Weight
900 KB
Volume
54
Category
Article
ISSN
0022-0000

No coin nor oath required. For personal study only.

โœฆ Synopsis


The upper bound on the exponent, |, of matrix multiplication over a ring that was three in 1968 has decreased several times and since 1986 it has been 2.376. On the other hand, the exponent of the algorithms known for the all pairs shortest path problem has stayed at three all these years even for the very special case of directed graphs with uniform edge lengths. In this paper we give an algorithm of time O(n & log 3 n), &=(3+|)ร‚2, for the case of edge lengths in [ &1, 0, 1]. Thus, for the current known bound on |, we get a bound on the exponent, &<2.688. In case of integer edge lengths with absolute value bounded above by M, the time bound is O((Mn) & log 3 n) and the exponent is less than 3 for M=O(n : ), for :<0.116 and the current bound on |.


๐Ÿ“œ 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

On the all-pairs shortest-path algorithm
โœ Kurt Mehlhorn; Volker Priebe ๐Ÿ“‚ Article ๐Ÿ“… 1997 ๐Ÿ› John Wiley and Sons ๐ŸŒ English โš– 213 KB ๐Ÿ‘ 3 views

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

The all-pairs quickest path problem
โœ D.T. Lee; E. Papadopoulou ๐Ÿ“‚ Article ๐Ÿ“… 1993 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 625 KB
Solving the all-pair shortest path query
โœ Chen, Danny Z.; Lee, D. T.; Sridhar, R.; Sekharan, Chandra N. ๐Ÿ“‚ Article ๐Ÿ“… 1998 ๐Ÿ› John Wiley and Sons ๐ŸŒ English โš– 118 KB ๐Ÿ‘ 3 views

In this paper, we study the following all-pair shortest path query problem: Given the interval model of an unweighted interval graph of n vertices, build a data structure such that each query on the shortest path (or its length) between any pair of vertices of the graph can be processed efficiently

A simpleO(n2) algorithm for the all-pair
โœ Mirchandani, Prakash ๐Ÿ“‚ Article ๐Ÿ“… 1996 ๐Ÿ› John Wiley and Sons ๐ŸŒ English โš– 288 KB ๐Ÿ‘ 3 views

Let G denote an interval graph with n vertices and unit weight edges. In this paper, we present a simple O(n') algorithm for solving the all-pairs shortest path problem on graph G . A recent algorithm for this problem has the same time-complexity but is fairly complicated to describe. However, our a