Hash Map is a non-linear data structure in computer science. Hash Maps act like
key-value stores and are very efficient at saving and retrieving data.
Hash Maps
* hash function - converts a key into an index within the hash map's underlying
array
* hash collision - happens when a