Question
A programmer needs reducing clustering in hash tables, and the chosen structure has the property that the probe sequence depends on two hash functions. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Double Hashing
Explanation:
Double Hashing fits because it supports reducing clustering in hash tables and the probe sequence depends on two hash functions.
Both clues point to this choice.
Leave a Reply