Content deleted Content added
R. S. Shaw (talk | contribs) remove See Also section of nonexistent articles |
|||
Line 37:
* Postorder (LRN) traversal yields: 2, 5, 11, 6, 7, 4, 9, 5, 2
* In-order (LNR) traversal yields: 2, 7, 5, 6, 11, 2, 5, 4, 9
**Notice the two distinct 5's in the tree**
</td></tr>
</table>
|