English

Bootstrapping Dynamic Distance Oracles

Data Structures and Algorithms 2023-03-13 v1

Abstract

Designing approximate all-pairs distance oracles in the fully dynamic setting is one of the central problems in dynamic graph algorithms. Despite extensive research on this topic, the first result breaking the O(n)O(\sqrt{n}) barrier on the update time for any non-trivial approximation was introduced only recently by Forster, Goranci and Henzinger [SODA'21] who achieved m1/ρ+o(1)m^{1/\rho+o(1)} amortized update time with a O(logn)3ρ2O(\log n)^{3\rho-2} factor in the approximation ratio, for any parameter ρ1\rho \geq 1. In this paper, we give the first constant-stretch fully dynamic distance oracle with a small polynomial update and query time. Prior work required either at least a poly-logarithmic approximation or much larger update time. Our result gives a more fine-grained trade-off between stretch and update time, for instance we can achieve constant stretch of O(1ρ2)4/ρO(\frac{1}{\rho^2})^{4/\rho} in amortized update time O~(nρ)\tilde{O}(n^{\rho}), and query time O~(nρ/8)\tilde{O}(n^{\rho/8}) for a constant parameter ρ<1\rho <1. Our algorithm is randomized and assumes an oblivious adversary. A core technical idea underlying our construction is to design a black-box reduction from decremental approximate hub-labeling schemes to fully dynamic distance oracles, which may be of independent interest. We then apply this reduction repeatedly to an existing decremental algorithm to bootstrap our fully dynamic solution.

Keywords

Cite

@article{arxiv.2303.06102,
  title  = {Bootstrapping Dynamic Distance Oracles},
  author = {Sebastian Forster and Gramoz Goranci and Yasamin Nazari and Antonis Skarlatos},
  journal= {arXiv preprint arXiv:2303.06102},
  year   = {2023}
}
R2 v1 2026-06-28T09:11:34.900Z