Deterministic Algorithms for Decremental Approximate Shortest Paths: Faster and Simpler
Abstract
In the decremental -approximate Single-Source Shortest Path (SSSP) problem, we are given a graph with , undergoing edge deletions, and a distinguished source , and we are asked to process edge deletions efficiently and answer queries for distance estimates for each , at any stage, such that . In the decremental -approximate All-Pairs Shortest Path (APSP) problem, we are asked to answer queries for distance estimates for every . In this article, we consider the problems for undirected, unweighted graphs. We present a new \emph{deterministic} algorithm for the decremental -approximate SSSP problem that takes total update time . Our algorithm improves on the currently best algorithm for dense graphs by Chechik and Bernstein [STOC 2016] with total update time and the best existing algorithm for sparse graphs with running time [SODA 2017] whenever . In order to obtain this new algorithm, we develop several new techniques including improved decremental cover data structures for graphs, a more efficient notion of the heavy/light decomposition framework introduced by Chechik and Bernstein and the first clustering technique to maintain a dynamic \emph{sparse} emulator in the deterministic setting. As a by-product, we also obtain a new simple deterministic algorithm for the decremental -approximate APSP problem with near-optimal total running time matching the time complexity of the sophisticated but rather involved algorithm by Henzinger, Forster and Nanongkai [FOCS 2013].
Cite
@article{arxiv.2001.10809,
title = {Deterministic Algorithms for Decremental Approximate Shortest Paths: Faster and Simpler},
author = {Maximilian Probst Gutenberg and Christian Wulff-Nilsen},
journal= {arXiv preprint arXiv:2001.10809},
year = {2020}
}
Comments
Appeared in SODA'20