Deterministic Algorithms for Decremental Shortest Paths via Layered Core Decomposition
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 weighted graphs with total update time, that supports -approximate shortest-path queries, with query time , where is the returned path. This is the first -approximation algorithm against an adaptive adversary that supports shortest-path queries in time below , that breaks the total update time bound of the classical algorithm of Even and Shiloah from 1981. Our second result is a deterministic algorithm for the decremental APSP problem on unweighted graphs that achieves total update time , for any constant , supports approximate distance queries in time; the algorithm achieves an -multiplicative and -additive approximation on the path length. All previous algorithms for APSP either assume an oblivious adversary or have an total update time when .
Cite
@article{arxiv.2009.08479,
title = {Deterministic Algorithms for Decremental Shortest Paths via Layered Core Decomposition},
author = {Julia Chuzhoy and Thatchaphol Saranurak},
journal= {arXiv preprint arXiv:2009.08479},
year = {2020}
}
Comments
Abstract is shorten