Deterministic Algorithms for Decremental Approximate Shortest Paths: Faster and Simpler
Maximilian Probst Gutenberg, Christian Wulff-Nilsen

TL;DR
This paper introduces a deterministic decremental approximate shortest path algorithm with improved efficiency for both sparse and dense graphs, utilizing new data structures and clustering techniques.
Contribution
It presents a novel deterministic algorithm for decremental (1+ε)-approximate SSSP with improved total update time, and introduces new techniques for graph clustering and sparse emulators.
Findings
Achieves total update time of O(mn^{0.5 + o(1)})
Improves upon previous algorithms for dense and sparse graphs
Provides a near-optimal algorithm for decremental APSP with time Õ(mn/ε)
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…
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Data Management and Algorithms · Privacy-Preserving Technologies in Data
