English

Faster FPT Algorithm for 5-Path Vertex Cover

Data Structures and Algorithms 2022-01-19 v2

Abstract

The problem of dd-Path Vertex Cover, dd-PVC lies in determining a subset FF of vertices of a given graph G=(V,E)G=(V,E) such that GFG \setminus F does not contain a path on dd vertices. The paths we aim to cover need not to be induced. It is known that the dd-PVC problem is NP-complete for any d2d \ge 2. When parameterized by the size of the solution kk, 5-PVC has direct trivial algorithm with O(5knO(1))\mathcal{O}(5^kn^{\mathcal{O}(1)}) running time and, since dd-PVC is a special case of dd-Hitting Set, an algorithm running in O(4.0755knO(1))\mathcal{O}(4.0755^kn^{\mathcal{O}(1)}) time is known. In this paper we present an iterative compression algorithm that solves the 5-PVC problem in O(4knO(1))\mathcal{O}(4^kn^{\mathcal{O}(1)}) time.

Keywords

Cite

@article{arxiv.1906.09213,
  title  = {Faster FPT Algorithm for 5-Path Vertex Cover},
  author = {Radovan Červený and Ondřej Suchý},
  journal= {arXiv preprint arXiv:1906.09213},
  year   = {2022}
}
R2 v1 2026-06-23T10:00:07.287Z