English

Better Decremental and Fully Dynamic Sensitivity Oracles for Subgraph Connectivity

Data Structures and Algorithms 2024-02-15 v1

Abstract

We study the \emph{sensitivity oracles problem for subgraph connectivity} in the \emph{decremental} and \emph{fully dynamic} settings. In the fully dynamic setting, we preprocess an nn-vertices mm-edges undirected graph GG with noffn_{\rm off} deactivated vertices initially and the others are activated. Then we receive a single update DV(G)D\subseteq V(G) of size D=dd|D| = d \leq d_{\star}, representing vertices whose states will be switched. Finally, we get a sequence of queries, each of which asks the connectivity of two given vertices uu and vv in the activated subgraph. The decremental setting is a special case when there is no deactivated vertex initially, and it is also known as the \emph{vertex-failure connectivity oracles} problem. We present a better deterministic vertex-failure connectivity oracle with O^(dm)\widehat{O}(d_{\star}m) preprocessing time, O~(m)\widetilde{O}(m) space, O~(d2)\widetilde{O}(d^{2}) update time and O(d)O(d) query time, which improves the update time of the previous almost-optimal oracle [Long-Saranurak, FOCS 2022] from O^(d2)\widehat{O}(d^{2}) to O~(d2)\widetilde{O}(d^{2}). We also present a better deterministic fully dynamic sensitivity oracle for subgraph connectivity with O^(min{m(noff+d),nω})\widehat{O}(\min\{m(n_{\rm off} + d_{\star}),n^{\omega}\}) preprocessing time, O~(min{m(noff+d),n2})\widetilde{O}(\min\{m(n_{\rm off} + d_{\star}),n^{2}\}) space, O~(d2)\widetilde{O}(d^{2}) update time and O(d)O(d) query time, which significantly improves the update time of the state of the art [Hu-Kosinas-Polak, 2023] from O~(d4)\widetilde{O}(d^{4}) to O~(d2)\widetilde{O}(d^{2}). Furthermore, our solution is even almost-optimal assuming popular fine-grained complexity conjectures.

Keywords

Cite

@article{arxiv.2402.09150,
  title  = {Better Decremental and Fully Dynamic Sensitivity Oracles for Subgraph Connectivity},
  author = {Yaowei Long and Yunfan Wang},
  journal= {arXiv preprint arXiv:2402.09150},
  year   = {2024}
}

Comments

30 pages

R2 v1 2026-06-28T14:48:23.739Z