English

Faster connectivity in low-rank hypergraphs via expander decomposition

Data Structures and Algorithms 2021-11-16 v4

Abstract

We design an algorithm for computing connectivity in hypergraphs which runs in time O^r(p+min{λr3r1n2,nr/λr/(r1)})\hat O_r(p + \min\{\lambda^{\frac{r-3}{r-1}} n^2, n^r/\lambda^{r/(r-1)}\}) (the O^r()\hat O_r(\cdot) hides the terms subpolynomial in the main parameter and terms that depend only on rr) where pp is the size, nn is the number of vertices, and rr is the rank of the hypergraph. Our algorithm is faster than existing algorithms when the the rank is constant and the connectivity λ\lambda is ω(1)\omega(1). At the heart of our algorithm is a structural result regarding min-cuts in simple hypergraphs. We show a trade-off between the number of hyperedges taking part in all min-cuts and the size of the smaller side of the min-cut. This structural result can be viewed as a generalization of a well-known structural theorem for simple graphs [Kawarabayashi-Thorup, JACM 19]. We extend the framework of expander decomposition to simple hypergraphs in order to prove this structural result. We also make the proof of the structural result constructive to obtain our faster hypergraph connectivity algorithm.

Keywords

Cite

@article{arxiv.2011.08097,
  title  = {Faster connectivity in low-rank hypergraphs via expander decomposition},
  author = {Calvin Beideman and Karthekeyan Chandrasekaran and Sagnik Mukhopadhyay and Danupon Nanongkai},
  journal= {arXiv preprint arXiv:2011.08097},
  year   = {2021}
}

Comments

Incorporated a new algorithm of Chekuri and Quanrud into our algorithm and analysis. Fixed a bug in the analysis of the algorithm, and edited exposition throughout for greater clarity

R2 v1 2026-06-23T20:17:24.924Z