The Directed Minimum-Degree Spanning Tree Problem

  • Authors:
  • Radha Krishnan;Balaji Raghavachari

  • Affiliations:
  • -;-

  • Venue:
  • FST TCS '01 Proceedings of the 21st Conference on Foundations of Software Technology and Theoretical Computer Science
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Consider a directed graph G = (V, E) with n vertices and a root vertex r ∈ V. The DMDST problem for G is one of constructing a spanning tree rooted at r, whose maximal degree is the smallest among all such spanning trees. The problem is known to be NP-hard. A quasi-polynomial time approximation algorithm for this problem is presented. The algorithm finds a spanning tree whose maximal degree is at most O(Δ* + log n) where, Δ* is the degree of some optimal tree for the problem. The running time of the algorithm is shown to be O(nO(log n)). Experimental results are presented showing that the actual running time of the algorithm is much smaller in practice.