Examveda

What happens if a hash function returns an index that is already occupied in a hash table using open addressing?

A. The entry is added to a linked list.

B. A new hash function is applied.

C. The table is resized.

D. The next available slot is searched.

Answer: Option D


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.