A new class of binary search trees, called trees of bounded balance, is introduced. These trees are easy to maintain in their form despite insertions and deletions of nodes, and the search time is only moderately longer than in completely balanced trees. Trees of bounded balance differ from other classes of binary search trees in that they contain a parameter which can be varied so the compromise between short search time and infrequent restructuring can be chosen arbitrarily.
CITATION STYLE
Nievergelt, J., & Reingold, E. M. (1972). Binary search trees of bounded balance. In Proceedings of the Annual ACM Symposium on Theory of Computing (pp. 137–142). Association for Computing Machinery. https://doi.org/10.1145/800152.804906
Mendeley helps you to discover research relevant for your work.