Question: What is the result of a poor hash function?
Options:
Correct Answer: More collisions
Solution:
A poor hash function can lead to more collisions, which degrades the performance of the hash table and increases the time complexity for operations.