Question: Which of the following hash functions is considered good for a hash table?
Options:
Correct Answer: A function that distributes keys uniformly across the table
Solution:
A good hash function distributes keys uniformly across the hash table to minimize collisions and ensure efficient access.