Subexponential Parameterized Algorithms for Hitting Subgraphs
Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Jie Xue, Meirav, Zehavi

TL;DR
This paper introduces a framework for designing subexponential parameterized algorithms for the -Hitting problem on broad graph classes, leveraging balanced separators and treewidth reductions to achieve faster solutions.
Contribution
The authors develop a general framework that produces subexponential algorithms for -Hitting on graph classes with specific separator properties, extending applicability to geometric and polynomial expansion classes.
Findings
Algorithms run in 2^{O(k^c)} (n+m) time for certain graph classes.
Framework reduces instances to hitting-set problems with bounded treewidth.
Applicable to weighted -Hitting problems.
Abstract
For a finite set of graphs, the -Hitting problem aims to compute, for a given graph (taken from some graph class ) of vertices (and edges) and a parameter , a set of vertices in such that and does not contain any subgraph isomorphic to a graph in . As a generic problem, -Hitting subsumes many fundamental vertex-deletion problems that are well-studied in the literature. The -Hitting problem admits a simple branching algorithm with running time , while it cannot be solved in time on general graphs assuming the ETH. In this paper, we establish a general framework to design subexponential parameterized algorithms for the -Hitting problem on a broad family of graph classes. Specifically, our…
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 · Graph Theory and Algorithms · VLSI and FPGA Design Techniques
