English

A Faster Exact Algorithm for the Directed Maximum Leaf Spanning Tree Problem

Data Structures and Algorithms 2009-11-11 v2 Discrete Mathematics

Abstract

Given a directed graph G=(V,A)G=(V,A), the Directed Maximum Leaf Spanning Tree problem asks to compute a directed spanning tree (i.e., an out-branching) with as many leaves as possible. By designing a Branch-and-Reduced algorithm combined with the Measure & Conquer technique for running time analysis, we show that the problem can be solved in time \Oh(1.9043n)\Oh^*(1.9043^n) using polynomial space. Hitherto, there have been only few examples. Provided exponential space this run time upper bound can be lowered to \Oh(1.8139n)\Oh^*(1.8139^n).

Keywords

Cite

@article{arxiv.0911.1900,
  title  = {A Faster Exact Algorithm for the Directed Maximum Leaf Spanning Tree Problem},
  author = {Daniel Raible and Henning Fernau},
  journal= {arXiv preprint arXiv:0911.1900},
  year   = {2009}
}
R2 v1 2026-06-21T14:09:43.296Z