Question
A programmer needs hash tables with flexible load factors, and the chosen structure has the property that each bucket commonly references a list or another secondary structure. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Separate Chaining
Explanation:
Separate Chaining fits because it supports hash tables with flexible load factors and each bucket commonly references a list or another secondary structure.
Both clues point to this choice.
Leave a Reply