A Parameterized Algorithm for Bounded-Degree Vertex Deletion
Mingyu Xiao

TL;DR
This paper presents a deterministic parameterized algorithm for the d-bounded-degree vertex deletion problem, achieving optimal or improved running times for fixed d, thus solving an open problem in the field.
Contribution
It introduces a uniform deterministic algorithm with optimal running time for all fixed d, including a new bound for d=2, advancing the understanding of the problem's complexity.
Findings
Deterministic algorithm for all fixed d with O^*((d+1)^k) time.
Improved running time for d=2 case to O^*(3.0645^k).
Answers an open problem on hitting set problem complexity for fixed d.
Abstract
The -bounded-degree vertex deletion problem, to delete at most vertices in a given graph to make the maximum degree of the remaining graph at most , finds applications in computational biology, social network analysis and some others. It can be regarded as a special case of the -hitting set problem and generates the famous vertex cover problem. The -bounded-degree vertex deletion problem is NP-hard for each fixed . In terms of parameterized complexity, the problem parameterized by is W[2]-hard for unbounded and fixed-parameter tractable for each fixed . Previously, (randomized) parameterized algorithms for this problem with running time bound are only known for . In this paper, we give a uniform parameterized algorithm deterministically solving this problem in time for each . Note that it is an…
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.
