Balancing weight-balanced trees
Balancing weight-balanced trees
复制标题
平衡重量平衡树
DOI:
10.1017/s0956796811000104
复制
发表时间:
2011
影响因子:
1.1
通讯作者:
Kazuhiko Yanamoto
中科院分区:
文献类型:
--
作者:
Yoichi Hirai;Kazuhiko Yanamoto
A weight-balanced tree (WBT) is a binary search tree, whose balance is based on the sizes of the subtrees in each node. Although purely functional implementations on a variant WBT algorithm are widely used in functional programming languages, many existing implementations do not maintain balance after deletion in some cases. The difficulty lies in choosing a valid pair of rotation parameters: one for standard balance and the other for choosing single or double rotation. This paper identifies the exact valid range of the rotation parameters for insertion and deletion in the original WBT algorithm where one and only one integer solution exists. Soundness of the range is proved using a proof assistant Coq. Completeness is proved using effective algorithms generating counterexample trees. For two specific parameter pairs, we also proved in Coq that set operations also maintain balance. Since the difference between the original WBT and the variant WBT is small, it is easy to change the existing buggy implementations based on the variant WBT to the certified original WBT with a rational solution.