Improved FPT Algorithms for Deletion to Forest-Like Structures
Kishen N. Gowda,Aditya Lonkar,Fahad Panolan,Vraj Patel,Saket Saurabh
DOI: https://doi.org/10.1007/s00453-023-01206-z
IF: 0.909
2024-01-29
Algorithmica
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 G and a non-negative integer k , the objective is to test whether there exists a subset of size at most k such that is a forest. After a long line of improvement, recently, Li and Nederlof [TALG, 2022] designed a randomized algorithm for the problem running in time . 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 S should be an independent set in G ), Almost Forest Deletion and Pseudoforest Deletion . In Pseudoforest Deletion , each connected component in has at most one cycle in it. However, in Almost Forest Deletion , the input is a graph G and non-negative integers , and the objective is to test whether there exists a vertex subset S of size at most k , such that is edges away from a forest. In this paper, using the methodology of Li and Nederlof [TALG, 2022], we obtain the current fastest algorithms for all these problems. In particular we obtain the following randomized algorithms.
computer science, software engineering,mathematics, applied