Question
A programmer needs simple hash-table implementations, and the chosen structure has the property that it can suffer from primary clustering. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Linear Probing
Explanation:
Linear Probing fits because it supports simple hash-table implementations and it can suffer from primary clustering.
Both clues point to this choice.
Leave a Reply