Content deleted Content added
m word change |
|||
Line 1:
In [[computer science]], '''tree traversal''' is the process of visiting each node in a [[tree data structure]]. Tree traversal, also called '''walking the tree''', provides for sequential processing of each node in what is, by nature, a non-sequential data structure.
Such traversals are
The following algorithms are described for a [[binary tree]], but they may be generalized to other trees.
|