Domanda di colloquio di BlueMessaging

How does a Hashtable work?

Risposta di colloquio

Anonimo

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