Vidyalelo
Data Structure · Q43

Hashing

Programming · Data Structure · question 43

Q43

In which case is a hash function with a high number of possible output values less effective?

A.
When the hash table size is small.
Answer
B.
When the hash table size is large.
C.
When the hash table has a high load factor.
D.
When collisions are rare.

Answer: Option A

Solution

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