Vidyalelo
Data Structure · Q20

Hashing

Programming · Data Structure · question 20

Q20

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

Answer: Option D

Solution

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