Pergunta de entrevista da empresa Amazon

What's hashtable?

Respostas da entrevista

Sigiloso

28 de set. de 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

Sigiloso

24 de set. de 2011

It is not a word.