BlueMessaging interview question

How does a Hashtable work?

Interview Answer

Anonymous

May 3, 2015

A hashtable or hashmap is a data structure that maps keys to values. When inserting or updating a hashtable, a hashing function computes the index in which the data is stored.