Optimal Tree Structures for Group Key Tree Management Considering Insertion and Deletion Cost

Weiwei Wu,Minming Li,Enhong Chen
DOI: https://doi.org/10.1016/j.tcs.2009.02.039
IF: 1.002
2009-01-01
Theoretical Computer Science
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(n2) 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(n2) 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(n2) time to compute the optimal tree.
What problem does this paper attempt to address?