Pregunta de entrevista de BlueMessaging

How does a Hashtable work?

Respuesta de la entrevista

Anónimo

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