Vidyalelo
Data Structure · Q23

Hashing

Programming · Data Structure · question 23

Q23

In which scenario would you prefer chaining over open addressing for collision resolution?

A.
When insertions and deletions are infrequent.
B.
When memory usage is a primary concern.
C.
When the hash table is highly dynamic and frequently grows.
Answer
D.
When the hash table is mostly static and does not grow.

Answer: Option C

Solution

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