1973
DOI: 10.1137/0202004
|View full text |Cite
|
Sign up to set email alerts
|

A New Algorithm for Finding All Shortest Paths in a Graph of Positive Arcs in Average Time $O(n^2 \log ^2 n)$

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
30
0

Year Published

1973
1973
2013
2013

Publication Types

Select...
7
1

Relationship

0
8

Authors

Journals

citations
Cited by 94 publications
(30 citation statements)
references
References 3 publications
0
30
0
Order By: Relevance
“…Average-case analysis of shortest-paths algorithms mainly focused on the All-Pairs Shortest-Paths (APSP) problem on either the complete graph or random graphs with Ω(n · log n) edges and random edge weights [9,26,40,49,63]. Average-case running times of O(n 2 · log n) as compared to worst-case cubic bounds are obtained by virtue of an initial pruning step: if L denotes a bound on the maximum shortest-path weight, then the algorithms discard insignificant edges of weight larger than L; they will not be part of the final solution.…”
Section: Random Edge Weightsmentioning
confidence: 99%
“…Average-case analysis of shortest-paths algorithms mainly focused on the All-Pairs Shortest-Paths (APSP) problem on either the complete graph or random graphs with Ω(n · log n) edges and random edge weights [9,26,40,49,63]. Average-case running times of O(n 2 · log n) as compared to worst-case cubic bounds are obtained by virtue of an initial pruning step: if L denotes a bound on the maximum shortest-path weight, then the algorithms discard insignificant edges of weight larger than L; they will not be part of the final solution.…”
Section: Random Edge Weightsmentioning
confidence: 99%
“…Hassin and Zemel [HZ85] and Frieze and Grimmett [FG85] gave simple algorithms that solve the APSP problem, when the input graph is drawn from K n (Exp(1)), in O(n 2 log n) expected time. Spira [Spi73] initiated the study of the expected running time of SSSP and APSP algorithms in a much more general probabilistic model, now referred to as the end-point independent model. The input graph in this model is a complete directed graph on n vertices.…”
Section: Average Case Resultsmentioning
confidence: 99%
“…Spira [Spi73] analyzed his algorithm in the end-point independent model mentioned in Section 1.2. Note that K n (Exp(1)) is clearly an end-point independent model.…”
Section: Spira's Algorithmmentioning
confidence: 99%
See 1 more Smart Citation
“…For example, the weighted graph itself is not a reasonable encoding of the solution. Most commonly used shortest-path algorithms, in particular Dijkstra's and Bellman-Ford's, fit into this class; this is the case also with many other algorithms, e.g., [12], [13]. However, some algorithms are not path-comparison-based, e.g., [14], as it adds weights of edges that do not form a single path.…”
Section: Lower Bound For Additive Weightsmentioning
confidence: 99%