Hash tables - mmedrano9438/peripheral-brain GitHub Wiki

A hash table is a data structure that is used to store keys/value pairs. It uses a hash function to compute an index into an array in which an element will be inserted or searched.