Optimal tree structures for group key tree management considering insertion and deletion cost

  • Authors:
  • Weiwei Wu;Minming Li;Enhong Chen

  • Affiliations:
  • Department of Computer Science, University of Science and Technology of China, China and Department of Computer Science, City University of Hong Kong, Hong Kong and USTC-CityU Joint Research Insti ...;Department of Computer Science, City University of Hong Kong, Hong Kong;Department of Computer Science, University of Science and Technology of China, China

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2009

Quantified Score

Hi-index 5.23

Visualization

Abstract

We study the optimal structure for the group broadcast problem where the key tree model is extensively used. The objective is usually to find an optimal key tree to minimize the cost based on certain assumptions. Under the assumption that n members arrive in the initial setup period and only member deletions are allowed after that period, previous works show that when only considering the deletion cost, the optimal tree can be computed in O(n^2) time. In this paper, we first prove a semi-balance property for the optimal tree and use it to reduce the running time from O(n^2) to O(loglogn) multiplications of O(logn)-bit integers. Then we study the optimal tree structure when insertion cost is also considered. We show that the optimal tree is such a tree where any internal node has degree at most 7 and children of nodes with degree not equal to 2 or 3 are all leaves. Based on this result we give a dynamic programming algorithm with O(n^2) time to compute the optimal tree.