Decremental All-Pairs Shortest Paths in Deterministic Near-Linear Time
Julia Chuzhoy

TL;DR
This paper presents a deterministic decremental APSP algorithm for undirected weighted graphs with near-linear total update time, achieving a trade-off between approximation quality and efficiency.
Contribution
It introduces a novel deterministic algorithm for decremental APSP with improved approximation and update time bounds in weighted graphs.
Findings
Achieves approximation factor $( ext{log } m)^{2^{O(1/ ext{epsilon})}}$.
Total update time is $O(m^{1+O( ext{epsilon})} ( ext{log } m)^{O(1/ ext{epsilon}^2)} ext{log } L$.
Applicable for any $ ext{epsilon}$ in the range $ig[ ext{Omega}(1/ ext{log log } m), 1)$.
Abstract
We study the decremental All-Pairs Shortest Paths (APSP) problem in undirected edge-weighted graphs. The input to the problem is an -vertex -edge graph with non-negative edge lengths, that undergoes a sequence of edge deletions. The goal is to support approximate shortest-path queries: given a pair of vertices of , return a path connecting to , whose length is within factor of the length of the shortest - path, in time , where is the approximation factor of the algorithm. APSP is one of the most basic and extensively studied dynamic graph problems. A long line of work culminated in the algorithm of [Chechik, FOCS 2018] with near optimal guarantees for the oblivious-adversary setting. Unfortunately, adaptive-adversary setting is still poorly understood. For unweighted graphs, the algorithm of [Henzinger, Krinninger…
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Privacy-Preserving Technologies in Data · Optimization and Search Problems
