<?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="Skip list - Page 2 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=skip_list&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=skip_list&amp;p=3">3.Next</a>
</p>
<p>while maintaining a <a href="page.php?w=linked_list">linked list</a>-like structure that allows insertion, which is not possible with a static array. Fast search is made possible by maintaining a linked hierarchy of subsequences, with each successive subsequence skipping over fewer elements than the previous one (see the picture below). Searching starts in the sparsest subsequence until two consecutive elements have been found, one smaller and one larger than or equal to the element searched for. Via the linked hierarchy, these two elements link</p><p>
<a accesskey="1" href="page.php?w=skip_list&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=skip_list&amp;p=3">3.Next</a>
</p>

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

</card>
</wml>
