Question
A programmer needs cache-friendly hash tables, and the chosen structure has the property that probing searches for another available slot. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Open Addressing
Explanation:
Open Addressing fits because it supports cache-friendly hash tables and probing searches for another available slot.
Both clues point to this choice.
Leave a Reply