English

Deterministic Incremental APSP with Polylogarithmic Update Time and Stretch

Data Structures and Algorithms 2023-03-28 v2

Abstract

We provide the first deterministic data structure that given a weighted undirected graph undergoing edge insertions, processes each update with polylogarithmic amortized update time and answers queries for the distance between any pair of vertices in the current graph with a polylogarithmic approximation in O(loglogn)O(\log \log n) time. Prior to this work, no data structure was known for partially dynamic graphs, i.e., graphs undergoing either edge insertions or deletions, with less than no(1)n^{o(1)} update time except for dense graphs, even when allowing randomization against oblivious adversaries or considering only single-source distances.

Keywords

Cite

@article{arxiv.2211.04217,
  title  = {Deterministic Incremental APSP with Polylogarithmic Update Time and Stretch},
  author = {Sebastian Forster and Yasamin Nazari and Maximilian Probst Gutenberg},
  journal= {arXiv preprint arXiv:2211.04217},
  year   = {2023}
}

Comments

To appear in proceedings of STOC 2023

R2 v1 2026-06-28T05:25:15.859Z