Partial Vertex Cover on Graphs of Bounded Degeneracy
Fahad Panolan, Hannane Yaghoubizade

TL;DR
This paper improves the algorithmic complexity for the Partial Vertex Cover problem on bounded degeneracy graphs and proves it admits a polynomial compression, advancing understanding of its computational tractability.
Contribution
It presents a faster fixed-parameter algorithm and establishes polynomial compression for PVC on bounded degeneracy graphs, solving an open problem.
Findings
Algorithm with $2^{O(k)}n^{O(1)}$ running time for PVC on bounded degeneracy graphs
PVC admits polynomial compression on bounded degeneracy graphs
Improves previous $k^{O(k)}n^{O(1)}$ time algorithm
Abstract
In the Partial Vertex Cover (PVC) problem, we are given an -vertex graph and a positive integer , and the objective is to find a vertex subset of size maximizing the number of edges with at least one end-point in . This problem is W[1]-hard on general graphs, but admits a parameterized subexponential time algorithm with running time on planar and apex-minor free graphs [Fomin et al. (FSTTCS 2009, IPL 2011)], and a time algorithm on bounded degeneracy graphs [Amini et al. (FSTTCS 2009, JCSS 2011)]. Graphs of bounded degeneracy contain many sparse graph classes like planar graphs, -minor free graphs, and bounded tree-width graphs. In this work, we prove the following results: 1) There is an algorithm for PVC with running time on graphs of bounded degeneracy which is an improvement on the previous…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
