Question d’entretien chez Intel Corporation

What is a Hash Table?

Réponse à la question d'entretien

Utilisateur anonyme

27 juill. 2011

It is a data structure that used hash function to map keys to their associated values. e.g Person's name with their phone number.

1