Examveda

Which of the following is an advantage of open addressing over separate chaining?

A. it is simpler to implement

B. table never gets full

C. it is less sensitive to hash function

D. it has better cache performance

Answer: Option A


This Question Belongs to Data Structure >> Hashing

Join The Discussion

Related Questions on Hashing

In hashing, what is a "collision"?

A. When two elements are stored in the same slot.

B. When a hash table exceeds its capacity.

C. When a hash function fails to produce a unique index.

D. When two keys hash to the same index.