The minimum degree spanning tree problem on directed acyclic graphs

  • Authors:
  • Guohui Yao;Daming Zhu;Shaohan Ma

  • Affiliations:
  • School of Computer Sci. and Tech., Shandong University, Ji'nan, P. R. China;School of Computer Sci. and Tech., Shandong University, Ji'nan, P. R. China;School of Computer Sci. and Tech., Shandong University, Ji'nan, P. R. China

  • Venue:
  • ACS'06 Proceedings of the 6th WSEAS international conference on Applied computer science
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

The minimum degree spanning tree problem has been studied extensively. In this paper, we present a polynomial time algorithm for the minimum degree spanning tree problem on directed acyclic graphs. The algorithm starts with an arbitrary spanning tree, and iteratively reduces the number of vertices of maximum degree. We can prove the algorithm must reduce a vertex of the maximum degree for each phase, and finally result in an optimal tree. The algorithm terminates in O(mnlogn) time, where m and n are the number of edges and vertices respectively.