Question: Which of the following hash functions is considered good practice?
Options:
Correct Answer: A function that uses a prime number
Solution:
A good hash function often uses a prime number to help distribute keys uniformly across the hash table.