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.
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board