Intel Corporation Interview Question

What is a Hash Table?

Interview Answer

Anonymous

Jul 27, 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