English

Fully Dynamic Shortest Paths in Sparse Digraphs

Data Structures and Algorithms 2024-08-27 v1

Abstract

We study the exact fully dynamic shortest paths problem. For real-weighted directed graphs, we show a deterministic fully dynamic data structure with O~(mn4/5)\tilde{O}(mn^{4/5}) worst-case update time processing arbitrary s,ts,t-distance queries in O~(n4/5)\tilde{O}(n^{4/5}) time. This constitutes the first non-trivial update/query tradeoff for this problem in the regime of sparse weighted directed graphs.

Keywords

Cite

@article{arxiv.2408.14406,
  title  = {Fully Dynamic Shortest Paths in Sparse Digraphs},
  author = {Adam Karczmarz and Piotr Sankowski},
  journal= {arXiv preprint arXiv:2408.14406},
  year   = {2024}
}

Comments

This paper describes the main contribution of our ICALP 2023 paper (see DOI). In addition to the current result, the ICALP 2023 paper also claimed a secondary result on fully dynamic reachability in general sparse digraphs that is flawed. This version retracts that claim and contains a discussion of the error. We thank Jan van den Brand for pointing out this issue

R2 v1 2026-06-28T18:24:11.712Z