Pregunta de entrevista de Amazon

What's hashtable?

Respuestas de entrevistas

Anónimo

28 sept 2011

Data structure that maps a hash function to a key which inturn represents location/index in a table. this is useful for O(1) access. Usually implemented by an array.

1

Anónimo

24 sept 2011

It is not a word.