English

Near-Optimal Decremental Hopsets with Applications

Data Structures and Algorithms 2022-08-05 v5

Abstract

Given a weighted undirected graph G=(V,E,w)G=(V,E,w), a hopset HH of hopbound β\beta and stretch (1+ϵ)(1+\epsilon) is a set of edges such that for any pair of nodes u,vVu, v \in V, there is a path in GHG \cup H of at most β\beta hops, whose length is within a (1+ϵ)(1+\epsilon) factor from the distance between uu and vv in GG. We show the first efficient decremental algorithm for maintaining hopsets with a polylogarithmic hopbound. The update time of our algorithm matches the best known static algorithm up to polylogarithmic factors. All the previous decremental hopset constructions had a superpolylogarithmic (but subpolynomial) hopbound of 2logΩ(1)n2^{\log^{\Omega(1)} n} [Bernstein, FOCS'09; HKN, FOCS'14; Chechik, FOCS'18]. By applying our decremental hopset construction, we get improved or near optimal bounds for several distance problems. Most importantly, we show how to decrementally maintain (2k1)(1+ϵ)(2k-1)(1+\epsilon)-approximate all-pairs shortest paths (for any constant k2)k \geq 2), in O~(n1/k)\tilde{O}(n^{1/k}) amortized update time and O(k)O(k) query time. This improves (by a polynomial factor) over the update-time of the best previously known decremental algorithm in the constant query time regime. Moreover, it improves over the result of [Chechik, FOCS'18] that has a query time of O(loglog(nW))O(\log \log(nW)), where WW is the aspect ratio, and the amortized update time is n1/k(1ϵ)O~(logn)n^{1/k}\cdot(\frac{1}{\epsilon})^{\tilde{O}(\sqrt{\log n})}. For sparse graphs our construction nearly matches the best known static running time / query time tradeoff. We also obtain near-optimal bounds for maintaining approximate multi-source shortest paths and distance sketches, and get improved bounds for approximate single-source shortest paths. Our algorithms are randomized and our bounds hold with high probability against an oblivious adversary.

Keywords

Cite

@article{arxiv.2009.08416,
  title  = {Near-Optimal Decremental Hopsets with Applications},
  author = {Jakub Łącki and Yasamin Nazari},
  journal= {arXiv preprint arXiv:2009.08416},
  year   = {2022}
}

Comments

In proceedings of ICALP 2022: https://drops.dagstuhl.de/opus/volltexte/2022/16427/

R2 v1 2026-06-23T18:37:13.887Z