A Single Exponential-Time FPT Algorithm for Cactus Contraction
R. Krithika, Pranabendu Misra, and Prafullkumar Tale

TL;DR
This paper presents a fixed-parameter tractable algorithm with single exponential time complexity for the cactus contraction problem, expanding the class of graph modification problems efficiently solvable.
Contribution
It introduces a novel fixed-parameter algorithm for the extsc{Cactus Contraction} problem, previously unresolved in the parameterized complexity framework.
Findings
Algorithm runs in 2^{O(k)} * |V(G)|^{O(1)} time
Extends fixed-parameter tractability to cactus graphs
Builds on prior work for trees and paths
Abstract
For a collection of graphs, the -\textsc{Contraction} problem takes a graph and an integer as input and decides if can be modified to some graph in using at most edge contractions. The -\textsc{Contraction} problem is \NP-Complete for several graph classes . Heggerners et al. [Algorithmica, 2014] initiated the study of -\textsc{Contraction} in the realm of parameterized complexity. They showed that it is \FPT\ if is the set of all trees or the set of all paths. In this paper, we study -\textsc{Contraction} where is the set of all cactus graphs and show that we can solve it in time.
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
TopicsBotanical Research and Applications
