Amazon Interview Question

Describe Hash Tables

Interview Answer

Anonymous

Dec 8, 2011

A hash table is simply a data collection that allows the programmer to store values using look up keys. It's basically the same thing as a associative array.

3