Faster connectivity in low-rank hypergraphs via expander decomposition
Abstract
We design an algorithm for computing connectivity in hypergraphs which runs in time (the hides the terms subpolynomial in the main parameter and terms that depend only on ) where is the size, is the number of vertices, and is the rank of the hypergraph. Our algorithm is faster than existing algorithms when the the rank is constant and the connectivity is . 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.
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