English

A Parameterized Algorithm for Bounded-Degree Vertex Deletion

Data Structures and Algorithms 2016-08-23 v2

Abstract

The dd-bounded-degree vertex deletion problem, to delete at most kk vertices in a given graph to make the maximum degree of the remaining graph at most dd, finds applications in computational biology, social network analysis and some others. It can be regarded as a special case of the (d+2)(d+2)-hitting set problem and generates the famous vertex cover problem. The dd-bounded-degree vertex deletion problem is NP-hard for each fixed d0d\geq 0. In terms of parameterized complexity, the problem parameterized by kk is W[2]-hard for unbounded dd and fixed-parameter tractable for each fixed d0d\geq 0. Previously, (randomized) parameterized algorithms for this problem with running time bound O((d+1)k)O^*((d+1)^k) are only known for d2d\leq2. In this paper, we give a uniform parameterized algorithm deterministically solving this problem in O((d+1)k)O^*((d+1)^k) time for each d3d\geq 3. Note that it is an open problem whether the dd'-hitting set problem can be solved in O((d1)k)O^*((d'-1)^k) time for d3d'\geq 3. Our result answers this challenging open problem affirmatively for a special case. Furthermore, our algorithm also gets a running time bound of O(3.0645k)O^*(3.0645^k) for the case that d=2d=2, improving the previous deterministic bound of O(3.24k)O^*(3.24^k).

Keywords

Cite

@article{arxiv.1601.00163,
  title  = {A Parameterized Algorithm for Bounded-Degree Vertex Deletion},
  author = {Mingyu Xiao},
  journal= {arXiv preprint arXiv:1601.00163},
  year   = {2016}
}
R2 v1 2026-06-22T12:21:38.120Z