An exact algorithm for the Maximum Leaf Spanning Tree problem

作者:Fernau Henning; Kneis Joachim; Kratsch Dieter; Langer Alexander; Liedloff Mathieu*; Raible Daniel; Rossmanith Peter
来源:Theoretical Computer Science, 2011, 412(45): 6290-6302.
DOI:10.1016/j.tcs.2011.07.011

摘要

Given an undirected graph with n vertices, the MAXIMUM LEAF SPANNING TREE problem is to find a spanning tree with as many leaves as possible. When parameterized in the number of leaves k, this problem can be solved in time O(4(k)poly(n)) using a simple branching algorithm introduced by a subset of the authors (Kneis et al. 2008 [16]). Daligault et al. (2010) [16] improved the branching and obtained a running time of O(3.72(k)poly(n)). In this paper, we study the problem from an exponential time viewpoint, where it is equivalent to the CONNECTED DOMINATING SET problem. Here, Fomin, Grandoni, and Kratsch showed how to break the Omega(2(n)) barrier and proposed an O(1.9407(n))-time algorithm (Fomin et al. 2008 [11]). Based on some useful properties of Kneis et al. (2008) [16] and Daligault et al. (2010) [6], we present a branching algorithm whose running time of O(1.8966(n)) has been analyzed using the Measure-and-Conquer technique. Finally, we provide a lower bound of Omega(1.4422(n)) for the worst case running time of our algorithm.

  • 出版日期2011-10-21