Pregunta de entrevista de Intel Corporation

What is a Hash Table?

Respuesta de la entrevista

Anónimo

27 jul 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