Pregunta de entrevista de Bloomberg

What do you do when your hashtable becomes exhausted?

Respuesta de la entrevista

Anónimo

2 mar 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.