Question d’entretien chez Amazon

Describe Hash Tables

Réponse à la question d'entretien

Utilisateur anonyme

8 déc. 2011

A hash table is simply a data collection that allows the programmer to store values using look up keys. It's basically the same thing as a associative array.

3