Jump to content

Ordered tree data structure

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Conversion script (talk | contribs) at 15:51, 25 February 2002 (Automated conversion). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Strictly speaking, in a tree, there is no distinction between the various children of a node --- none is the "first child" or "last child". A tree in which such distinctions are made is called an ordered tree. Binary trees are one kind of ordered tree, and there is a one-to-one mapping between binary trees and general ordered trees.