Author:
HIRAI YOICHI,YAMAMOTO KAZUHIKO
Abstract
AbstractA 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.
Publisher
Cambridge University Press (CUP)
Reference15 articles.
1. Functors for Proofs and Programs
2. A New Method for Balancing Binary Search Trees
3. Marlow S. , (2010) Haskell 2010 Language Report, Marlow S. (ed), Available online http://www.haskell.org/ (May 2011).
4. Adams S. (1992) Implementing sets efficiently in a functional language, Technical report CSTR 92-10. University of Southampton.
Cited by
9 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Joinable Parallel Balanced Binary Trees;ACM Transactions on Parallel Computing;2022-04-11
2. Balanced Clustering with a Tree over Clusters;Journal of Communications Technology and Electronics;2021-12
3. Ready, Set, Verify! Applying hs-to-coq to real-world Haskell code;Journal of Functional Programming;2021
4. Verified Textbook Algorithms;Automated Technology for Verification and Analysis;2020
5. Parameterised Enumeration for Modification Problems;Algorithms;2019-09-09