Faster FPT Algorithm for 5-Path Vertex Cover
Data Structures and Algorithms
2022-01-19 v2
Abstract
The problem of -Path Vertex Cover, -PVC lies in determining a subset of vertices of a given graph such that does not contain a path on vertices. The paths we aim to cover need not to be induced. It is known that the -PVC problem is NP-complete for any . When parameterized by the size of the solution , 5-PVC has direct trivial algorithm with running time and, since -PVC is a special case of -Hitting Set, an algorithm running in time is known. In this paper we present an iterative compression algorithm that solves the 5-PVC problem in time.
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}
}