Decremental Single-Source Shortest Paths on Undirected Graphs in Near-Linear Total Update Time
Monika Henzinger, Sebastian Krinninger, Danupon Nanongkai

TL;DR
This paper presents a near-linear expected total update time algorithm for decremental single-source shortest paths in undirected graphs, achieving a -approximation with improved efficiency over previous methods.
Contribution
It introduces a novel near-linear time -approximate decremental SSSP algorithm using hop sets, surpassing prior algorithms in efficiency for undirected graphs.
Findings
Achieves -approximate SSSP with near-linear total update time
Extends to weighted graphs with log W time complexity
Uses hop sets instead of sparse emulators for dynamic maintenance
Abstract
In the decremental single-source shortest paths (SSSP) problem we want to maintain the distances between a given source node and every other node in an -node -edge graph undergoing edge deletions. While its static counterpart can be solved in near-linear time, this decremental problem is much more challenging even in the undirected unweighted case. In this case, the classic total update time of Even and Shiloach [JACM 1981] has been the fastest known algorithm for three decades. At the cost of a -approximation factor, the running time was recently improved to by Bernstein and Roditty [SODA 2011]. In this paper, we bring the running time down to near-linear: We give a -approximation algorithm with expected total update time, thus obtaining near-linear time. Moreover, we obtain time for the…
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.
