Content deleted Content added
→Binary trees: add UML image Tag: Reverted |
|||
Line 762:
The above example illustrates an [[Tree traversal|in-order traversal]] of the binary tree. A [[Binary search tree]] is a special case of the binary tree where the data elements of each node are in order.
===Filesystem traversal===
|