Papers
Topics
Authors
Recent
Search
2000 character limit reached

Deterministic Algorithms for Decremental Approximate Shortest Paths: Faster and Simpler

Published 29 Jan 2020 in cs.DS | (2001.10809v1)

Abstract: In the decremental (1+ϵ)(1+\epsilon)-approximate Single-Source Shortest Path (SSSP) problem, we are given a graph G=(V,E)G=(V,E) with n=∣V∣,m=∣E∣n = |V|, m = |E|, undergoing edge deletions, and a distinguished source s∈Vs \in V, and we are asked to process edge deletions efficiently and answer queries for distance estimates dist~G(s,v)\widetilde{\mathbf{dist}}_G(s,v) for each v∈Vv \in V, at any stage, such that distG(s,v)≤dist~G(s,v)≤(1+ϵ)distG(s,v)\mathbf{dist}_G(s,v) \leq \widetilde{\mathbf{dist}}_G(s,v) \leq (1+ \epsilon)\mathbf{dist}_G(s,v). In the decremental (1+ϵ)(1+\epsilon)-approximate All-Pairs Shortest Path (APSP) problem, we are asked to answer queries for distance estimates dist~G(u,v)\widetilde{\mathbf{dist}}_G(u,v) for every u,v∈Vu,v \in V. In this article, we consider the problems for undirected, unweighted graphs. We present a new \emph{deterministic} algorithm for the decremental (1+ϵ)(1+\epsilon)-approximate SSSP problem that takes total update time O(mn<sup>0.5</sup>+o(1))O(mn<sup>{0.5</sup> + o(1)}). Our algorithm improves on the currently best algorithm for dense graphs by Chechik and Bernstein [STOC 2016] with total update time O~(n<sup>2)\tilde{O}(n<sup>2) and the best existing algorithm for sparse graphs with running time O~(n<sup>1.25m)\tilde{O}(n<sup>{1.25}\sqrt{m}) [SODA 2017] whenever m=O(n<sup>1.5</sup>−o(1))m = O(n<sup>{1.5</sup> - o(1)}). 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 (1+ϵ)(1+\epsilon)-approximate APSP problem with near-optimal total running time O~(mn/ϵ)\tilde{O}(mn /\epsilon) matching the time complexity of the sophisticated but rather involved algorithm by Henzinger, Forster and Nanongkai [FOCS 2013].

Citations (31)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.