Pregunta de entrevista de Aspect Capital

(in the interview) how does a hash map work

Respuesta de la entrevista

Anónimo

24 de may de 2022

key hashes to a memory address, so go to that address. if multiple hash to the address, it becomes a linked list that you iterate through