Bloomberg Interview Question

What do you do when your hashtable becomes exhausted?

Interview Answer

Anonymous

Mar 2, 2013

Use another hash table, with the same or a different hash function or enlarge this one and use more than one hash functions. This is quite dependable.