English

Improved FPT Algorithms for Deletion to Forest-like Structures

Data Structures and Algorithms 2020-09-30 v1 Computational Complexity

Abstract

The Feedback Vertex Set problem is undoubtedly one of the most well-studied problems in Parameterized Complexity. In this problem, given an undirected graph GG and a non-negative integer kk, the objective is to test whether there exists a subset SV(G)S\subseteq V(G) of size at most kk such that GSG-S is a forest. After a long line of improvement, recently, Li and Nederlof [SODA, 2020] designed a randomized algorithm for the problem running in time O(2.7k)\mathcal{O}^{\star}(2.7^k). In the Parameterized Complexity literature, several problems around Feedback Vertex Set have been studied. Some of these include Independent Feedback Vertex Set (where the set SS should be an independent set in GG), Almost Forest Deletion and Pseudoforest Deletion. In Pseudoforest Deletion, each connected component in GSG-S has at most one cycle in it. However, in Almost Forest Deletion, the input is a graph GG and non-negative integers k,Nk,\ell \in \mathbb{N}, and the objective is to test whether there exists a vertex subset SS of size at most kk, such that GSG-S is \ell edges away from a forest. In this paper, using the methodology of Li and Nederlof [SODA, 2020], we obtain the current fastest algorithms for all these problems. In particular we obtain following randomized algorithms. 1) Independent Feedback Vertex Set can be solved in time O(2.7k)\mathcal{O}^{\star}(2.7^k). 2) Pseudo Forest Deletion can be solved in time O(2.85k)\mathcal{O}^{\star}(2.85^k). 3) Almost Forest Deletion can be solved in O(min{2.85k8.54,2.7k36.61,3k1.78})\mathcal{O}^{\star}(\min\{2.85^k \cdot 8.54^\ell,2.7^k \cdot 36.61^\ell,3^k \cdot 1.78^\ell\}).

Keywords

Cite

@article{arxiv.2009.13949,
  title  = {Improved FPT Algorithms for Deletion to Forest-like Structures},
  author = {Kishen N. Gowda and Aditya Lonkar and Fahad Panolan and Vraj Patel and Saket Saurabh},
  journal= {arXiv preprint arXiv:2009.13949},
  year   = {2020}
}

Comments

ISAAC 2020, 36 pages. arXiv admin note: text overlap with arXiv:1906.12298, arXiv:1103.0534 by other authors

R2 v1 2026-06-23T18:52:35.223Z