Faster parameterized algorithm for pumpkin vertex deletion set

Dekel Tsur
DOI: https://doi.org/10.48550/arXiv.1901.02491
2019-01-09
Abstract:A directed graph $G$ is called a pumpkin if $G$ is a union of induced paths with a common start vertex $s$ and a common end vertex $t$, and the internal vertices of every two paths are disjoint. We give an algorithm that given a directed graph $G$ and an integer $k$, decides whether a pumpkin can be obtained from $G$ by deleting at most $k$ vertices. The algorithm runs in $O^*(2^k)$ time.
Data Structures and Algorithms
What problem does this paper attempt to address?