Solving the r-pseudoforest Deletion Problem in Time Independent of r
Bin Sheng

TL;DR
This paper presents a fixed-parameter tractable algorithm for the r-pseudoforest deletion problem that operates in time independent of r, improving computational efficiency over previous methods.
Contribution
The authors develop an FPT algorithm for r-pseudoforest deletion with runtime independent of r, surpassing the double exponential dependency of prior algorithms.
Findings
Algorithm runs in O*((10k)^k) time
Runtime is independent of r, unlike previous algorithms
Provides a more efficient solution for large r values
Abstract
The feedback vertex set problem is one of the most studied parameterized problems. Several generalizations of the problem have been studied where one is to delete vertices to obtain graphs close to acyclic. In this paper, we give an FPT algorithm for the problem of deleting at most vertices to get an -pseudoforest. A graph is an -pseudoforest if we can delete at most edges from each component to get a forest. Philip et al. introduced this problem and gave an algorithm for it, where depends on double exponentially. In comparison, our algorithm runs in time , independent of .
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
TopicsAdvanced Graph Theory Research · Algorithms and Data Compression · Genome Rearrangement Algorithms
