Frage im Vorstellungsgespräch bei BlueMessaging

How does a Hashtable work?

Antwort im Vorstellungsgespräch

Anonym

3. Mai 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.