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 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 . Our algorithm can maintain an -hop set of near-linear size in near-linear time under edge deletions.
Cite
@article{arxiv.1512.08148,
title = {Decremental Single-Source Shortest Paths on Undirected Graphs in Near-Linear Total Update Time},
author = {Monika Henzinger and Sebastian Krinninger and Danupon Nanongkai},
journal= {arXiv preprint arXiv:1512.08148},
year = {2018}
}
Comments
Accepted to Journal of the ACM. A preliminary version of this paper was presented at the 55th IEEE Symposium on Foundations of Computer Science (FOCS 2014). Abstract shortened to respect the arXiv limit of 1920 characters