English

A faster FPT algorithm for Bipartite Contraction

Data Structures and Algorithms 2013-09-05 v3

Abstract

The \textsc{Bipartite Contraction} problem is to decide, given a graph GG and a parameter kk, whether we can can obtain a bipartite graph from GG by at most kk edge contractions. The fixed-parameter tractability of the problem was shown by [Heggernes et al. 2011], with an algorithm whose running time has double-exponential dependence on kk. We present a new randomized FPT algorithm for the problem, which is both conceptually simpler and achieves an improved 2O(k2)nm2^{O(k^2)} n m running time, i.e., avoiding the double-exponential dependence on kk. The algorithm can be derandomized using standard techniques.

Keywords

Cite

@article{arxiv.1305.2743,
  title  = {A faster FPT algorithm for Bipartite Contraction},
  author = {Sylvain Guillemot and Dániel Marx},
  journal= {arXiv preprint arXiv:1305.2743},
  year   = {2013}
}
R2 v1 2026-06-22T00:15:25.989Z