Vidyalelo
Data Structure · Q16

Hashing

Programming · Data Structure · question 16

Q16

Which of the following is a disadvantage of using chaining for collision resolution in hash tables?

A.
Better performance with low load factors.
B.
Increased memory usage due to the storage of pointers.
Answer
C.
Simplified implementation.
D.
Better performance with low load factors.

Answer: Option B

Solution

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