Hostname: page-component-8448b6f56d-dnltx Total loading time: 0 Render date: 2024-04-19T00:43:32.961Z Has data issue: false hasContentIssue false

Three algorithms on Braun trees

Published online by Cambridge University Press:  01 November 1997

CHRIS OKASAKI
Affiliation:
School of Computer Science, Carnegie Mellon University, 5000 Forbes Avenue, Pittsburgh, PA 15213, USA (e-mail: cokasaki@cs.cmu.edu)
Rights & Permissions [Opens in a new window]

Abstract

Core share and HTML view are not available for this content. However, as you have access to this content, a full PDF is available via the ‘Save PDF’ action button.

Among the many flavours of balanced binary trees, Braun trees (Braun and Rem, 1983) are perhaps the most circumscribed. For any given node of a Braun tree, the left subtree is either exactly the same size as the right subtree, or one element larger. Braun trees always have minimum height, and the shape of each Braun tree is completely determined by its size. In return for this rigor, algorithms that manipulate Braun trees are often exceptionally simple and elegant, and need not maintain any explicit balance information.

Braun trees have been used to implement both flexible arrays (Braun and Rem, 1983; Hoogerwoord, 1992; Paulson, 1996) and priority queues (Paulson, 1996; Bird, 1996). Most operations involving a single element (e.g. adding, removing, inspecting or updating an element) take O(log n) time, since the trees are balanced. We consider three algorithmically interesting operations that manipulate entire trees. First, we give an O(log2n) algorithm for calculating the size of a tree. Second, we show how to create a tree containing n copies of some element x in O(log n) time. Finally, we describe an order-preserving algorithm for converting a list to a tree in O(n) time. This last operation is not nearly as straightforward as it sounds!

Type
FUNCTIONAL PEARL
Copyright
© 1997 Cambridge University Press

Footnotes

This research was sponsored by the Advanced Research Projects Agency CSTO under the title ‘The Fox Project: Advanced Languages for Systems Software’, ARPA Order No. C533, issued by ESC/ENS under Contract No. F19628-95-C-0050.
Submit a response

Discussions

No Discussions have been published for this article.