Question
Which data structure or concept is best described as an open-addressing method that checks consecutive slots after a collision?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Linear Probing
Explanation:
Linear Probing is an open-addressing method that checks consecutive slots after a collision.
This description distinguishes it from the other choices.
Leave a Reply