Recursion (computer science): Difference between revisions

Content deleted Content added
Remove space
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.
 
[[File:UML recursion.svg]]
 
===Filesystem traversal===