Question: Which of the following is NOT a characteristic of a good hash function?
Options:
Correct Answer: Produces a sorted output
Solution:
A good hash function should be deterministic, provide a uniform distribution of hash values, and be fast to compute, but it does not need to produce a sorted output.