Decomposing a graph into subgraphs with small components
Rain Jiang, Kai Jiang, Minghui Jiang

TL;DR
This paper studies the computational complexity of decomposing graphs into subgraphs with small components, proving NP-completeness in various cases and providing algorithms for optimal decompositions and related problems.
Contribution
It establishes NP-completeness of the $(k,c)$-Decomposition problem in bipartite graphs and trees, and offers fixed-parameter and approximation algorithms for related graph decomposition tasks.
Findings
NP-complete in bipartite graphs for fixed k and c
NP-complete in trees when k and c are part of the input
FPT algorithm for fixed c and approximation algorithms for optimal decompositions
Abstract
The component size of a graph is the maximum number of edges in any connected component of the graph. Given a graph and two integers and , -Decomposition is the problem of deciding whether admits an edge partition into subgraphs with component size at most . We prove that for any fixed and , -Decomposition is NP-complete in bipartite graphs. Also, when both and are part of the input, -Decomposition is NP-complete even in trees. Moreover, -Decomposition in trees is W[1]-hard with parameter , and is FPT with parameter . In addition, we present approximation algorithms for decomposing a tree either into the minimum number of subgraphs with component size at most , or into subgraphs minimizing the maximum component size. En route to these results, we also obtain a fixed-parameter algorithm for Bin…
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 · Optimization and Packing Problems · graph theory and CDMA systems
