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

Join The Discussion