<?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="Hash table - Page 3 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=hash_table&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=hash_table&amp;p=4">3.Next</a>
</p>
<p>must be accommodated in some way. Common strategies to handle hash collisions include chaining, which stores multiple elements in the same slot using linked lists, and open addressing, which searches for the next available slot according to a probing sequence.</p>

<p>In a well-dimensioned hash table, the average time complexity for each lookup is independent of the number of elements stored in the table. Many hash table designs also allow arbitrary insertions and deletions of <a href="page.php?w=name-value_pair">key-value pairs</a>, at <a href="page.php?w=amortized_analysis">amortized</a></p><p>
<a accesskey="1" href="page.php?w=hash_table&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=hash_table&amp;p=4">3.Next</a>
</p>

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

</card>
</wml>
