Difference between revisions of "Hash table"
Jump to navigation
Jump to search
m (Compare array.) |
m (bold) |
||
| 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. Compare [[array]]. | + | 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:34, 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.