Question d’entretien chez Bloomberg

What do you do when your hashtable becomes exhausted?

Réponse à la question d'entretien

Utilisateur anonyme

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