Home >  Term: hash table
hash table

(1) The arrangement of memory records.
(2) A table of information that is accessed by way of a shortened search key (the hash value). The use of a hash table minimizes average search time.
(3) A data structure that divides all elements into (preferably) equal-sized categories, or buckets, to allow quick access to the elements. The hash function determines which bucket an element belongs in.

0 0

Creator

  • Peteh
  •  (V.I.P) 14225 points
  • 100% positive feedback
© 2024 CSOFT International, Ltd.