<?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="Succinct data structure - Page 18 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=succinct_data_structure&amp;p=17">1.Previous</a><br />
<a accesskey="3" href="page.php?w=succinct_data_structure&amp;p=19">3.Next</a>
</p>
<p> nodes can be represented in  bits while supporting a variety of operations on any node, which includes finding its parent, its left and right child, and returning the size of its subtree, each in constant time. The number of different binary trees on  nodes is . For large , this is about ; thus we need at least about  bits to encode it. A succinct binary tree therefore would occupy only  bits per node.</p>

<p><big>See also</big></p>
<p>
* <a href="page.php?w=Minimal_perfect_hash_function">Minimal perfect hash function</a><br/>
* <a href="page.php?w=Zero-knowledge_proof">Succinct Non-Interactive Arguments of Knowledge</a></p><p>
<a accesskey="1" href="page.php?w=succinct_data_structure&amp;p=17">1.Previous</a><br />
<a accesskey="3" href="page.php?w=succinct_data_structure&amp;p=19">3.Next</a>
</p>

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

</card>
</wml>
