Question: What is the main disadvantage of using open addressing for collision resolution?
Options:
Correct Answer: It can lead to clustering
Solution:
Open addressing can lead to clustering, where a group of consecutive slots are filled, which can degrade performance during searches and insertions.