Vidyalelo
Data Structure · Q9

Hashing

Programming · Data Structure · question 9

Q9

What is the primary advantage of open addressing over chaining in hash tables?

A.
Better handling of collisions.
B.
Faster search times in all cases.
C.
Reduced memory usage.
Answer
D.
Simpler implementation.

Answer: Option C

Solution

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