An Improved Deterministic Parameterized Algorithm for Cactus Vertex Deletion
Yuuki Aoike, Tatsuya Gima, Tesshu Hanaka, Masashi Kiyomi, Yasuaki, Kobayashi, Yusuke Kobayashi, Kazuhiro Kurita, Yota Otachi

TL;DR
This paper introduces a faster deterministic parameterized algorithm for Cactus Vertex Deletion, reducing the running time from 26^k to 17.64^k, and also improves algorithms for related problems like Even Cycle Transversal.
Contribution
It presents a novel deterministic algorithm with improved exponential running time for Cactus Vertex Deletion using measure and conquer analysis.
Findings
Reduced the algorithm's running time from 26^k to 17.64^k.
Applied the new algorithm to achieve a 17.64^k-time solution for Even Cycle Transversal.
Demonstrated the effectiveness of measure and conquer analysis with an elaborate measure.
Abstract
A cactus is a connected graph that does not contain as a minor. Given a graph and integer , Cactus Vertex Deletion (also known as Diamond Hitting Set) is the problem of deciding whether has a vertex set of size at most 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 , where is the number of vertices of . In this paper, we design a deterministic algorithm for Cactus Vertex Deletion, which runs in time . As a straightforward application of our algorithm, we give a -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.
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
TopicsBanana Cultivation and Research
