Dynamic Approximate All-Pairs Shortest Paths: Breaking the O(mn) Barrier and Derandomization
Monika Henzinger, Sebastian Krinninger, Danupon Nanongkai

TL;DR
This paper introduces faster deterministic and randomized algorithms for dynamic approximate all-pairs shortest paths in graphs, surpassing previous time bounds and addressing longstanding open problems in the field.
Contribution
It presents the first improved deterministic algorithm since 1981 and a faster randomized algorithm with additive error, advancing the state-of-the-art in dynamic shortest paths approximation.
Findings
Deterministic algorithm with $ ilde O(mn/ heta)$ update time and $O(\log\log n)$ query time.
Randomized algorithm with $ ilde O(n^{5/2}/ heta)$ update time and constant query time.
Improved approximation guarantees over previous algorithms.
Abstract
We study dynamic -approximation algorithms for the all-pairs shortest paths problem in unweighted undirected -node -edge graphs under edge deletions. The fastest algorithm for this problem is a randomized algorithm with a total update time of and constant query time by Roditty and Zwick [FOCS 2004]. The fastest deterministic algorithm is from a 1981 paper by Even and Shiloach [JACM 1981]; it has a total update time of and constant query time. We improve these results as follows: (1) We present an algorithm with a total update time of and constant query time that has an additive error of in addition to the multiplicative error. This beats the previous time when . Note that the additive error is unavoidable since, even in the static case, an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
