Root_node Root_node

Root node - Definition

Related Words: Acclaim, Affix, Affixation, Allomorph, Ancestors, Anchor, Base, Basis, Bed, Bedrock, Beginning, Boost, Bottom, Bud, Bulb

A root node is a specially chosen node in a tree data structure at which all operations on the tree begin. It is not the child of any other node, and all other nodes can be reached from it by following edges or links. In diagrams, it is typically drawn at the top. In some trees, such as heaps, the root node has special properties. Every node in a tree can be seen as the root node of the subtree rooted at that node.

See also: leaf node

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.