Ho sostenuto un colloquio presso Nextsilicon (Tel Aviv)
Colloquio
How does a hash table handle collisions, and what about the time?
What is the difference between an array and a linked list
i did one interview, very nice people
Domande di colloquio [1]
Domanda 1
I explained that when two keys map to the same index, the hash table can handle it using chaining, where each bucket stores a list of values, or open addressing.