<?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="B+ tree - Page 4 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=B+_tree&amp;p=3">1.Previous</a><br />
<a accesskey="3" href="page.php?w=B%2B_tree&amp;p=5">3.Next</a>
</p>
<p>of nodes: root, internal (a.k.a. interior), and leaf. In B+ trees, the following properties are maintained for these nodes:</p>

<p>
* If  exists in any node in a B+ tree, then  exists in that node where .<br/>
* All leaf nodes have the same number of ancestors (i.e., they are all at the same depth).</p>

<p>The pointer properties of nodes are summarized in the tables below:</p>

<p>
* : Maximum number of potential search keys for each node in a B+ tree. (this value is constant over the entire tree).<br/>
* : The pointer at the zero-based node</p><p>
<a accesskey="1" href="page.php?w=B+_tree&amp;p=3">1.Previous</a><br />
<a accesskey="3" href="page.php?w=B%2B_tree&amp;p=5">3.Next</a>
</p>

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

</card>
</wml>
