English

Compact Distance Oracles with Large Sensitivity and Low Stretch

Data Structures and Algorithms 2023-04-28 v1

Abstract

An ff-edge fault-tolerant distance sensitive oracle (ff-DSO) with stretch σ1\sigma \geq 1 is a data structure that preprocesses an input graph GG. When queried with the triple (s,t,F)(s,t,F), where s,tVs, t \in V and FEF \subseteq E contains at most ff edges of GG, the oracle returns an estimate d^GF(s,t)\widehat{d}_{G-F}(s,t) of the distance dGF(s,t)d_{G-F}(s,t) between ss and tt in the graph GFG-F such that dGF(s,t)d^GF(s,t)σdGF(s,t)d_{G-F}(s,t) \leq \widehat{d}_{G-F}(s,t) \leq \sigma d_{G-F}(s,t). For any positive integer k2k \ge 2 and any 0<α<10 < \alpha < 1, we present an ff-DSO with sensitivity f=o(logn/loglogn)f = o(\log n/\log\log n), stretch 2k12k-1, space O(n1+1k+α+o(1))O(n^{1+\frac{1}{k}+\alpha+o(1)}), and an O~(n1+1kαk(f+1))\widetilde{O}(n^{1+\frac{1}{k} - \frac{\alpha}{k(f+1)}}) query time. Prior to our work, there were only three known ff-DSOs with subquadratic space. The first one by Chechik et al. [Algorithmica 2012] has a stretch of (8k2)(f+1)(8k-2)(f+1), depending on ff. Another approach is storing an ff-edge fault-tolerant (2k1)(2k-1)-spanner of GG. The bottleneck is the large query time due to the size of any such spanner, which is Ω(n1+1/k)\Omega(n^{1+1/k}) under the Erd\H{o}s girth conjecture. Bil\`o et al. [STOC 2023] gave a solution with stretch 3+ε3+\varepsilon, query time O(nα)O(n^{\alpha}) but space O(n2αf+1)O(n^{2-\frac{\alpha}{f+1}}), approaching the quadratic barrier for large sensitivity. In the realm of subquadratic space, our ff-DSOs are the first ones that guarantee, at the same time, large sensitivity, low stretch, and non-trivial query time. To obtain our results, we use the approximate distance oracles of Thorup and Zwick [JACM 2005], and the derandomization of the ff-DSO of Weimann and Yuster [TALG 2013], that was recently given by Karthik and Parter [SODA 2021].

Cite

@article{arxiv.2304.14184,
  title  = {Compact Distance Oracles with Large Sensitivity and Low Stretch},
  author = {Davide Bilò and Keerti Choudhary and Sarel Cohen and Tobias Friedrich and Simon Krogmann and Martin Schirneck},
  journal= {arXiv preprint arXiv:2304.14184},
  year   = {2023}
}

Comments

accepted at WADS 2023

R2 v1 2026-06-28T10:19:41.839Z