<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Tree traversal - Page 10 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Tree_traversal&amp;p=9">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Tree_traversal&amp;p=11">3.Next</a>
</p>
<p>of a <a href="page.php?w=binary_expression_tree">binary expression tree</a>.</p>

<p><big>In-order, LNR</big></p>
<p>
# Recursively traverse the current node's left subtree.<br/>
# Visit the current node (in the figure: position green).<br/>
# Recursively traverse the current node's right subtree.</p>

<p>In a <a href="page.php?w=binary_search_tree">binary search tree</a> ordered such that in each node the key is greater than all keys in its left subtree and less than all keys in its right subtree, in-order traversal retrieves the keys in ascending sorted</p><p>
<a accesskey="1" href="page.php?w=Tree_traversal&amp;p=9">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Tree_traversal&amp;p=11">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
