Question
Which data structure or concept is best described as a collision-resolution method storing multiple entries in each hash bucket?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Separate Chaining
Explanation:
Separate Chaining is a collision-resolution method storing multiple entries in each hash bucket.
This description distinguishes it from the other choices.
Leave a Reply