<?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="Search tree - Page 2 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=search_tree&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=search_tree&amp;p=3">3.Next</a>
</p>
<p>at either end are of comparable depths. Various search-tree data structures exist, several of which also allow efficient insertion and deletion of elements, which operations then have to maintain tree balance.</p>

<p>Search trees are often used to implement an <a href="page.php?w=associative_array">associative array</a>. The search tree algorithm uses the key from the <a href="page.php?w=attribute-value_pair">key-value pair</a> to find a location, and then the application stores the entire key-value pair at that particular location.</p>

<p><big>Types of trees</big></p><p>
<a accesskey="1" href="page.php?w=search_tree&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=search_tree&amp;p=3">3.Next</a>
</p>

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

</card>
</wml>
