Question: Which of the following statements about open addressing is true?
Options:
Correct Answer: It probes for the next available slot in the table
Solution:
Open addressing resolves collisions by probing for the next available slot in the hash table, rather than using linked lists.