Constructing a minimum height elimination tree of a tree in linear time

  • Authors:
  • Chung-Hsien Hsu;Sheng-Lung Peng;Chong-Hui Shi

  • Affiliations:
  • Department of Management Information System, Takming College, Taipei 11451, Taiwan, ROC;Department of Computer Science and Information Engineering, National Dong Hwa University, Hualien 97401, Taiwan, ROC;Department of Computer Science and Information Engineering, National Dong Hwa University, Hualien 97401, Taiwan, ROC

  • Venue:
  • Information Sciences: an International Journal
  • Year:
  • 2007

Quantified Score

Hi-index 0.07

Visualization

Abstract

Given a graph, finding an optimal vertex ranking and constructing a minimum height elimination tree are two related problems. However, an optimal vertex ranking does not by itself provide enough information to construct an elimination tree of minimum height. On the other hand, an optimal vertex ranking can readily be found directly from an elimination tree of minimum height. On n-vertex trees, the optimal vertex ranking problem already has a linear-time algorithm in the literature. However, there is no linear-time algorithm for the problem of finding a minimum height elimination tree. A naive algorithm for this problem requires O(nlogn) time. In this paper, we propose a linear-time algorithm for constructing a minimum height elimination tree of a tree.