Vidyalelo
Data Structure · Q29

Hashing

Programming · Data Structure · question 29

Q29

In which case is the division method hash function less effective?

A.
When using quadratic probing.
B.
When the hash function is very complex.
C.
When the table size is not a prime number.
Answer
D.
When the table size is a prime number.

Answer: Option C

Solution

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