Frage im Vorstellungsgespräch bei Amazon

Describe Hash Tables

Antwort im Vorstellungsgespräch

Anonym

8. Dez. 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