Pergunta de entrevista da empresa Hyves

How do you mitigate collision in your own implementation of HashTable?

Resposta da entrevista

Sigiloso

4 de dez. de 2015

In case of collision I may need to add a list for each key in the HashTable. The list will have key and value for each collision and when user queries it will check in the list and return.