“…Average-case time Bellman-Ford algorithm [3,21] Ω(n 4/3−ε ) Pallottino's Incremental Graph algorithm [54] Ω(n 4/3−ε ) Basic Topological Ordering algorithm [34] Ω(n 4/3−ε ) Threshold algorithm [29][30][31] Ω(n · log n/ log log n) ABI-Dijkstra [6] Ω(n · log n/ log log n) ∆-Stepping [48] Ω(n · √ log n/ log log n) Finally, we present a general method to construct sparse input graphs with random edge weights for which several label-correcting SSSP algorithms require superlinear averagecase running-time: we consider the "Bellman-Ford algorithm" [3,21], "Pallottino's Incremental Graph algorithm" [54], the "Threshold approach" by Glover et al [29][30][31], the basic version of the "Topological Ordering SSSP algorithm" by Goldberg and Radzik [34], the "Approximate Bucket implementation" of Dijkstra's algorithm (ABI-Dijkstra) [6], and its refinement, the "∆-Stepping algorithm" [48]. The obtained lower bounds are summarized in Fig.…”