Difference between revisions of "Hash table"
Jump to navigation
Jump to search
(link: What is a hash table?) |
m (cat) |
||
| Line 3: | Line 3: | ||
==Links== | ==Links== | ||
*[http://www.sparknotes.com/cs/searching/hashtables/section1.html What is a hash table?] | *[http://www.sparknotes.com/cs/searching/hashtables/section1.html What is a hash table?] | ||
| + | [[Category:Computer Programming]] | ||
Revision as of 11:23, August 18, 2011
A hash table relates two sets of values, with the first set providing a key to look up items in the second set. Compare array.