Vidyalelo
Data Structure · Q8

Hashing

Programming · Data Structure · question 8

Q8

Which of the following is NOT a typical property of a good hash function?

A.
Easy to compute.
B.
Distributes keys uniformly across the hash table.
C.
Minimizes collisions.
D.
Produces random and unpredictable results.
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board