What would cause a collision in a hash table Select one The
What would cause a collision in a hash table? Select one: The program crashed A hash key evaluates to outside the bounds of the array The program is out of memory none of these
Solution
The correct answer is option (d) none of these.
Because In a hash table, mapping of two different keys to the same table address by the hash function causes Collision in hash table. Thus the answer is none of these.
