Proceedings of the Fourteenth Annual ACM-SIAM Symposium on Discrete Algorithms 2020
DOI: 10.1137/1.9781611975994.156
|View full text |Cite
|
Sign up to set email alerts
|

Fully-Dynamic All-Pairs Shortest Paths: Improved Worst-Case Time and Space Bounds

Abstract: Given a directed weighted graph G = (V, E) undergoing vertex insertions and deletions, the All-Pairs Shortest Paths (APSP) problem asks to maintain a data structure that processes updates efficiently and returns after each update the distance matrix to the current version of G. In two breakthrough results, Italiano and Demetrescu [STOC '03] presented an algorithm that requiresÕ(n 2 ) amortized update time, and Thorup showed in [STOC '05] that worst-case update timeÕ(n 2+3/4 ) can be achieved. In this article… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
7
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
6
2
1

Relationship

2
7

Authors

Journals

citations
Cited by 20 publications
(7 citation statements)
references
References 28 publications
0
7
0
Order By: Relevance
“…These modifications typically mean changing the weights of edges in a graph. Efficient algorithms for this problem have been proposed [9,17]. These algorithms could be used to solve the single edge deletion problem.…”
Section: Related Problemsmentioning
confidence: 99%
“…These modifications typically mean changing the weights of edges in a graph. Efficient algorithms for this problem have been proposed [9,17]. These algorithms could be used to solve the single edge deletion problem.…”
Section: Related Problemsmentioning
confidence: 99%
“…This bound was recently improved to Õ(n 2.66 ) by Abraham et al [ACK17] who presented an adaptive randomized algorithm. Recently, Probst Gutenberg and Wulff-Nilsen [GW20c] gave a deterministic algorithm that breaks the Õ(n 2.75 ) update time bound by Thorup.…”
Section: Running Timementioning
confidence: 99%
“…Note that recomputing the distance matrix from scratch takes O(nm) = O(n 3 ) time [55]. Fully dynamic all-pairs shortest paths data structures with subcubic worst-case update bounds are also known [5,46,78]. There exist faster algorithms if the input graph is unweighted and partially dynamic (i.e., incremental or decremental) [6,7].…”
Section: Introductionmentioning
confidence: 99%