<?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="Associative array - Page 14 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=associative_array&amp;p=13">1.Previous</a><br />
<a accesskey="3" href="page.php?w=associative_array&amp;p=15">3.Next</a>
</p>
<p>combined with a <a href="page.php?w=hash_function">hash function</a> that separates each key into a separate "bucket" of the array. The basic idea behind a hash table is that accessing an element of an array via its index is a simple, constant-time operation. Therefore, the average overhead of an operation for a hash table is only the computation of the key's hash, combined with accessing the corresponding bucket within the array. As such, hash tables usually perform in O(1) time, and usually outperform alternative implementations.</p>

<p>Hash</p><p>
<a accesskey="1" href="page.php?w=associative_array&amp;p=13">1.Previous</a><br />
<a accesskey="3" href="page.php?w=associative_array&amp;p=15">3.Next</a>
</p>

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

</card>
</wml>
