Content deleted Content added
merge? |
This article already has content from tree search algorithm; redirect that here and remove merge |
||
Line 1:
{{Tree search algorithm}}
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.
|