R-BBG$_2$: Recursive Bipartition of Bi-connected Graphs
Ngoc-Tu Nguyen, Zhi-Li Zhang

TL;DR
This paper introduces a polynomial-time algorithm for recursively partitioning a bi-connected graph into two bi-connected subgraphs of specified sizes, addressing a complex graph partitioning problem.
Contribution
It presents the first polynomial-time solution for the recursive bipartition of bi-connected graphs into bi-connected subgraphs of given sizes.
Findings
Polynomial algorithm for recursive bipartition exists
Decides the bipartition problem efficiently
Finds the subgraphs when bipartition is possible
Abstract
Given an undirected graph , it is well known that partitioning a graph into connected subgraphs of equal or specificed sizes is in general NP-hard problem. On the other hand, it has been shown that the q-partition problem is solvable in polynomial time for q-connected graphs. For example, efficient polynomial time algorithms for finding 2-partition (bipartition) or 3-partition of 2-connected or 3-connected have been developed in the literature. In this paper, we are interested in the following problem: given a bi-connected graph of size , can we partition it into two (connected) sub-graphs, and of sizes and such as both and are also bi-connected (and )? We refer to this problem as the recursive bipartition problem of bi-connected graphs, denoted by R-BBG. We show that a ploynomial algorithm exists to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Interconnection Networks and Systems
