Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
194 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
45 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

A Parameterized Algorithm for Bounded-Degree Vertex Deletion (1601.00163v2)

Published 2 Jan 2016 in cs.DS

Abstract: The $d$-bounded-degree vertex deletion problem, to delete at most $k$ vertices in a given graph to make the maximum degree of the remaining graph at most $d$, finds applications in computational biology, social network analysis and some others. It can be regarded as a special case of the $(d+2)$-hitting set problem and generates the famous vertex cover problem. The $d$-bounded-degree vertex deletion problem is NP-hard for each fixed $d\geq 0$. In terms of parameterized complexity, the problem parameterized by $k$ is W[2]-hard for unbounded $d$ and fixed-parameter tractable for each fixed $d\geq 0$. Previously, (randomized) parameterized algorithms for this problem with running time bound $O*((d+1)k)$ are only known for $d\leq2$. In this paper, we give a uniform parameterized algorithm deterministically solving this problem in $O*((d+1)k)$ time for each $d\geq 3$. Note that it is an open problem whether the $d'$-hitting set problem can be solved in $O*((d'-1)k)$ time for $d'\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)$ for the case that $d=2$, improving the previous deterministic bound of $O*(3.24k)$.

Citations (11)

Summary

We haven't generated a summary for this paper yet.