Intel Corporation interview question

What is a Hash Table?

Interview Answer

Anonymous

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