Recursion (computer science): Difference between revisions

Content deleted Content added
Binary trees: add UML image
Tag: Reverted
Undid revision 1155294631 by Frap (talk): please re-add with appropriate caption that relates the image to the text nearby
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===