Decremental SSSP in Weighted Digraphs: Faster and Against an Adaptive Adversary
Abstract
Given a dynamic digraph undergoing edge deletions and given and , we consider the problem of maintaining -approximate shortest path distances from to all vertices in over the sequence of deletions. Even and Shiloach (J.~ACM') give a deterministic data structure for the exact version of the problem with total update time . Henzinger et al. (STOC', ICALP') give a Monte Carlo data structure for the approximate version with improved total update time where is the ratio between the largest and smallest edge weight. A drawback of their data structure is that they only work against an oblivious adversary, meaning that the sequence of deletions needs to be fixed in advance. This limits its application as a black box inside algorithms. We present the following -approximate data structures: (1) the first data structure is Las Vegas and works against an adaptive adversary; it has total expected update time for unweighted graphs and for weighted graphs, (2) the second data structure is Las Vegas and assumes an oblivious adversary; it has total expected update time for unweighted graphs and for weighted graphs, (3) the third data structure is Monte Carlo and is correct w.h.p.~against an oblivious adversary; it has total expected update time . Each of our data structures can be queried at any stage of in constant worst-case time; if the adversary is oblivious, a query can be extended to also report such a path in time proportional to its length. Our update times are faster than those of Henzinger et al.~for all graph densities.
Keywords
Cite
@article{arxiv.2001.10821,
title = {Decremental SSSP in Weighted Digraphs: Faster and Against an Adaptive Adversary},
author = {Maximilian Probst Gutenberg and Christian Wulff-Nilsen},
journal= {arXiv preprint arXiv:2001.10821},
year = {2020}
}
Comments
Appeared at SODA'20