Domanda di colloquio di Amazon

Describe Hash Tables

Risposta di colloquio

Anonimo

8 dic 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