previous
|
start
|
next
Tree Traversal
Print the tree elements in sorted order:
Print the left subtree
Print the data
Print the right subtree
previous
|
start
|
next