An Improved Kernel and Parameterized Algorithm for Almost Induced Matching
Yuxi Liu, Mingyu Xiao

TL;DR
This paper advances algorithms for the Almost Induced Matching problem by providing a smaller kernel and a faster parameterized algorithm, improving efficiency in solving this graph problem.
Contribution
It introduces a 6k-vertex kernel and an improved O*(1.6765^k) algorithm for the problem, surpassing previous bounds.
Findings
Reduced kernel size from 7k to 6k.
Improved running time from O*(1.7485^k) to O*(1.6765^k).
Provides efficient parameterized algorithms for Almost Induced Matching.
Abstract
An induced subgraph is called an induced matching if each vertex is a degree-1 vertex in the subgraph. The \textsc{Almost Induced Matching} problem asks whether we can delete at most vertices from the input graph such that the remaining graph is an induced matching. This paper studies parameterized algorithms for this problem by taking the size of the deletion set as the parameter. First, we prove a -vertex kernel for this problem, improving the previous result of . Second, we give an -time and polynomial-space algorithm, improving the previous running-time bound 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
TopicsDNA and Biological Computing · Caching and Content Delivery · Advanced Graph Theory Research
