Deterministic Algorithms for Decremental Shortest Paths via Layered Core Decomposition
Julia Chuzhoy, Thatchaphol Saranurak

TL;DR
This paper introduces deterministic algorithms for decremental shortest path problems that operate efficiently against adaptive adversaries, improving upon classical randomized methods with near-optimal update times and approximation guarantees.
Contribution
It presents the first deterministic algorithms for decremental SSSP and APSP that work against adaptive adversaries with improved total update times and approximation quality.
Findings
Deterministic decremental SSSP algorithm with $O(n^{2+o(1)})$ total update time.
Deterministic decremental APSP algorithm with $O(n^{2.5+ heta})$ total update time.
Supports approximate shortest-path queries with efficient query times.
Abstract
In the decremental single-source shortest paths (SSSP) problem, the input is an undirected graph with vertices and edges undergoing edge deletions, together with a fixed source vertex . The goal is to maintain a data structure that supports shortest-path queries: given a vertex , quickly return an (approximate) shortest path from to . The decremental all-pairs shortest paths (APSP) problem is defined similarly, but now the shortest-path queries are allowed between any pair of vertices of . Both problems have been studied extensively since the 80's, and algorithms with near-optimal total update time and query time have been discovered for them. Unfortunately, all these algorithms are randomized and, more importantly, they need to assume an oblivious adversary. Our first result is a deterministic algorithm for the decremental SSSP problem on…
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.
