Hashtable is a data structure that is used to store keys/value pairs.
This website introduces hash tables
Here are some daily usage of Hashtable
- Phone number lookups
- Social security databases
- Libraries
Here is a link providing some insights into Hashtables: Hashtable