What do you mean by separate chaining?

Separate chaining is a collision resolution technique to keep the list of all elements that hash to the same value. This is called separate chaining because each hash table element is a separate chain (linked list). Each linked list contains all the elements whose keys hash to the same index.

0
Sanisha Maharjan
Jan 23, 2022
More related questions

Questions Bank

View all Questions