Bloomberg interview question

When using hash table and when using map

Interview Answer

Anonymous

Aug 30, 2010

A map is a one to one lookup of a data item. A hash table is a many to one lookup.