Sciweavers

ALGORITHMICA
2005

Representing Trees of Higher Degree

13 years 4 months ago
Representing Trees of Higher Degree
This paper focuses on space efficient representations of rooted trees that permit basic navigation in constant time. While most of the previous work has focused on binary trees, we turn our attention to trees of higher degree. We consider both cardinal trees (or k-ary tries), where each node has k slots, labelled {1, . . . , k}, each of which may have a reference to a child, and ordinal trees, where the children of each node are simply ordered. Our representations use a number of bits close to the information theoretic lower bound and support operations in constant time. For ordinal trees we support the operations of finding the degree, parent, ith child and subtree size. For cardinal trees the structure also supports finding the child labeled i of a given node apart from the ordinal tree operations. These representations also provide a mapping from the n nodes of the tree onto the integers {1, . . ., n}, giving unique labels to the nodes of the tree. This labelling can be used to sto...
David Benoit, Erik D. Demaine, J. Ian Munro, Rajee
Added 15 Dec 2010
Updated 15 Dec 2010
Type Journal
Year 2005
Where ALGORITHMICA
Authors David Benoit, Erik D. Demaine, J. Ian Munro, Rajeev Raman, Venkatesh Raman, S. Srinivasa Rao
Comments (0)