Tree traversal: Difference between revisions

Content deleted Content added
Dcoetzee (talk | contribs)
This article already has content from tree search algorithm; redirect that here and remove merge
Dcallen (talk | contribs)
Line 39:
* In-order (LNR) traversal yields: 2, 7, 5, 6, 11, 2, 5, 4, 9
 
NOTE: Notice the two distinct 5's and 2's in the tree
</td></tr>
</table>