<?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 7 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Succinct_data_structure&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Succinct_data_structure&amp;p=8">3.Next</a>
</p>
<p>each of the  small blocks it contains. The difference here is that it only needs  bits for each entry, since only the differences from the rank of the first bit in the containing large block need to be stored. Thus, this table takes a total of  bits. A lookup table  can then be used that stores the answer to every possible rank query on a bit string of length  for ; this requires  bits of storage space. Thus, since each of these auxiliary tables take  space, this data structure supports rank queries in  time and  bits of space.</p>

<p>To answer</p><p>
<a accesskey="1" href="page.php?w=Succinct_data_structure&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Succinct_data_structure&amp;p=8">3.Next</a>
</p>

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

</card>
</wml>
