English

Independence-Number Parameterized Space Complexity for Directed Connectivity Certificate

Data Structures and Algorithms 2026-02-16 v1

Abstract

We study the space complexity of computing a sparse subgraph of a directed graph that certifies connectivity in the streaming and distributed models. Formally, for a directed graph G=(V,A)G=(V,A) and kNk\in \mathbb{N}, a kk-node strong connectivity certificate is a subgraph H=(V,A)GH=(V,A')\subseteq G such that for every pair of distinct nodes s,tVs,t\in V, the number of pairwise internally node-disjoint paths from ss to tt in HH is at least kk or the corresponding number in GG. In light of the inherent hardness of directed connectivity problems, several prior work focused on restricted graph classes, showing that several problems that are hard in general become efficiently solvable when the input graph is a tournament (i.e., a directed complete graph) (Chakrabarti et al. [SODA 2020]; Baweja, Jia, and Woddruff [ITCS 2022]), or close to a tournament in edit distance (Ghosh and Kuchlous [ESA 2024]). Extending this line of work, our main result shows, at a qualitative level, that the streaming complexity of strong connectivity certificates and related problems is parameterized by independence number, demonstrating a continuum of hardness for directed graph connectivity problems. Quantitatively, for an nn-node graph with independence number α\alpha, we give pp-pass randomized algorithms that compute a kk-node strong connectivity certificate of size O(αn)O(\alpha n) using O~(k11/pαn1+1/p)\tilde{O}(k^{1-1/p}\alpha n^{1+1/p}) space in the insertion-only model. For the lower bound, we show that even when k=1k=1, any pp-pass streaming algorithm for a 1-node strong connectivity certificate in the insertion-only model requires Ω(αn/p)\Omega(\alpha n/p) space. To derive these lower bounds, we introduce the gadget-embedding tournament framework to construct direct-sum-type hard instances with a prescribed independence number, which is applicable to lower-bounding a wide range of directed graph problems.

Keywords

Cite

@article{arxiv.2602.12668,
  title  = {Independence-Number Parameterized Space Complexity for Directed Connectivity Certificate},
  author = {Ho-Lin Chen and Tsun Ming Cheung and Peng-Ting Lin and Meng-Tsung Tsai},
  journal= {arXiv preprint arXiv:2602.12668},
  year   = {2026}
}
R2 v1 2026-07-01T10:34:54.329Z