Question: What is a potential drawback of using open addressing for collision resolution?
Options:
Correct Answer: Higher time complexity for insertions
Solution:
A potential drawback of using open addressing for collision resolution is that it can lead to higher time complexity for insertions as the table fills up.