Improved Combinatorial Approximation Algorithms for MAX CUT in Sparse Graphs
Eiichiro Sato

TL;DR
This paper introduces improved combinatorial approximation algorithms for the Max-Cut problem in sparse graphs, achieving better ratios and solving an open problem in subcubic graphs using a novel graph decomposition method.
Contribution
It presents a new vertex decomposition called tree-bipartite decomposition and develops linear-time algorithms with improved approximation ratios for Max-Cut in sparse and subcubic graphs.
Findings
Linear-time $(rac{1}{2}+rac{n-1}{2m})$-approximation algorithm for Max-Cut in sparse graphs.
Linear-time $rac{5}{6}$-approximation algorithm for Max-Cut in subcubic graphs.
Solves an open problem regarding approximation ratios in subcubic graphs.
Abstract
The Max-Cut problem is a fundamental NP-hard problem, which is attracting attention in the field of quantum computation these days. Regarding the approximation algorithm of the Max-Cut problem, algorithms based on semidefinite programming have achieved much better approximation ratios than combinatorial algorithms. Therefore, filling the gap is an interesting topic as combinatorial algorithms also have some merits. In sparse graphs, there is a linear-time combinatorial algorithm with the approximation ratio [Ngoc and Tuza, Comb. Probab. Comput. 1993], which is known as the Edwards-Erd\H{o}s bound. In subcubic graphs, the combinatorial algorithm by Bazgan and Tuza [Discrete Math. 2008] has the best approximation ratio that runs in time. Based on the approach by Bazgan and Tuza, we introduce a new vertex decomposition of graphs, which we…
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
TopicsQuantum Computing Algorithms and Architecture · Complexity and Algorithms in Graphs · Machine Learning and Algorithms
