Decremental Single-Source Shortest Paths on Undirected Graphs in Near-Linear Total Update Time
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 weighted case, where the edge weights are integers from $1$ to . The only prior work on weighted graphs in time is the -time algorithm by Henzinger et al. [STOC 2014, ICALP 2015] which works for directed graphs with quasi-polynomial edge weights. The expected running time bound of our algorithm holds against an oblivious adversary. In contrast to the previous results which rely on maintaining a sparse emulator, our algorithm relies on maintaining a so-called sparse -hop set introduced by Cohen [JACM 2000] in the PRAM literature. An -hop set of a graph is a set of weighted edges such that the distance between any pair of nodes in can be -approximated by their -hop distance (given by a path containing at most edges) on $G'=(V, E\cup F)$. Our algorithm can maintain an -hop set of near-linear size in near-linear time under edge deletions.
Paper Prompts
Sign up for free to create and run prompts on this paper.