A 2K-Vertex Kernel for Maximum Internal Spanning Tree.

Wenjun Li,Jianxin Wang,Jianer Chen,Yixin Cao
DOI: https://doi.org/10.1007/978-3-319-21840-3_41
2015-01-01
Abstract:We consider the parameterized version of the maximum internal spanning tree problem: given an n-vertex graph and a parameter k, does the graph have a spanning tree with at least k internal vertices? Fomin et al. [J. Comput. System Sci., 79:1–6] crafted a very ingenious reduction rule, and showed that a simple application of this rule is sufficient to yield a 3k-vertex kernel for this problem. Here we propose a novel way to use the same reduction rule, resulting in an improved 2k-vertex kernel. Our algorithm applies first a greedy procedure consisting of a sequence of local exchange operations, which ends with a local-optimal spanning tree, and then uses this special tree to find a reducible structure. As a corollary of our kernel, we obtain a \(4^k \cdot n^{O(1)}\)-time deterministic algorithm, improving all previous algorithms for the problem.
What problem does this paper attempt to address?