English

An Improved Deterministic Parameterized Algorithm for Cactus Vertex Deletion

Data Structures and Algorithms 2021-03-29 v3

Abstract

A cactus is a connected graph that does not contain K4eK_4 - e as a minor. Given a graph G=(V,E)G = (V, E) and integer k0k \ge 0, Cactus Vertex Deletion (also known as Diamond Hitting Set) is the problem of deciding whether GG has a vertex set of size at most kk whose removal leaves a forest of cacti. The current best deterministic parameterized algorithm for this problem was due to Bonnet et al. [WG 2016], which runs in time 26knO(1)26^kn^{O(1)}, where nn is the number of vertices of GG. In this paper, we design a deterministic algorithm for Cactus Vertex Deletion, which runs in time 17.64knO(1)17.64^kn^{O(1)}. As a straightforward application of our algorithm, we give a 17.64knO(1)17.64^kn^{O(1)}-time algorithm for Even Cycle Transversal. The idea behind this improvement is to apply the measure and conquer analysis with a slightly elaborate measure of instances.

Keywords

Cite

@article{arxiv.2012.04910,
  title  = {An Improved Deterministic Parameterized Algorithm for Cactus Vertex Deletion},
  author = {Yuuki Aoike and Tatsuya Gima and Tesshu Hanaka and Masashi Kiyomi and Yasuaki Kobayashi and Yusuke Kobayashi and Kazuhiro Kurita and Yota Otachi},
  journal= {arXiv preprint arXiv:2012.04910},
  year   = {2021}
}

Comments

11 pages, 1 figure

R2 v1 2026-06-23T20:50:17.532Z