Associative array: Difference between revisions

m
Grammar/word fiddling
(cat)
m (Grammar/word fiddling)
Line 1:
[[Category:Encyclopedia]]An '''associative array''' is a collection indexed by arbitrary data types, not just small integers. Whereas an [[array]] is typically implemented as many same-sized items stored in a contiguous chunkblock of memory, an associative array must be implemented via a more complex data structure, such as a hash table, alista list, or some other type of map.
 
==References==
Anonymous user