<?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 13 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=associative_array&amp;p=12">1.Previous</a><br />
<a accesskey="3" href="page.php?w=associative_array&amp;p=14">3.Next</a>
</p>
<p>with each dictionary operation taking constant time. However, the space requirement for this structure is the size of the entire keyspace, making it impractical unless the keyspace is small.</p>

<p>The two major approaches for implementing dictionaries are a <a href="page.php?w=hash_table">hash table</a> or a <a href="page.php?w=search_tree">search tree</a>.</p>

<p><big> Hash table implementations </big></p>
<p>The most common general-purpose implementation of an associative array is a <a href="page.php?w=hash_table">hash table</a>: an <a href="page.php?w=Array_data_structure">array</a></p><p>
<a accesskey="1" href="page.php?w=associative_array&amp;p=12">1.Previous</a><br />
<a accesskey="3" href="page.php?w=associative_array&amp;p=14">3.Next</a>
</p>

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

</card>
</wml>
