Difference between revisions of "Hash table"
Jump to navigation
Jump to search
(Created page with 'A ''hash table'' relates two sets of values, with the first set providing a key to look up items in the second set.') |
m (Compare array.) |
||
| Line 1: | Line 1: | ||
| − | A ''hash table'' relates two sets of values, with the first set providing a key to look up items in the second set. | + | 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]]. |
Revision as of 13:33, February 8, 2010
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.