InterviewSolution
Saved Bookmarks
| 1. |
If several elements are competing for the same bucket in the hash table, what is it called?(a) Diffusion(b) Replication(c) Collision(d) DuplicationI'm obligated to ask this question of Hash Tables in section Hash Tables of Data Structures & Algorithms IThis question was addressed to me by my school principal while I was bunking the class. |
|
Answer» Right ANSWER is (c) Collision |
|