Vidyalelo
Data Structure · Q15

Hashing

Programming · Data Structure · question 15

Q15

What is the main drawback of using linear probing in hash tables?

A.
Increased memory usage.
B.
Decreased speed of hash functions.
C.
Clustering of elements can occur.
Answer
D.
Difficulty in implementing the hash function.

Answer: Option C

Solution

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