A hash table is one way of structuring data. The data is stored in a table, and a mathematical calculation (hash) is used on one field of the data, to provide its location within the table. This means that the data can be accessed directly, without having to go through the entire table searching for it.

Related terms

Term sub categories

Data representation
   data structures