1.

WHICH_OF_THE_FOLLOWING_SCENARIOS_LEADS_TO_LINEAR_RUNNING_TIME_FOR_A_RANDOM_SEARCH_HIT_IN_A_LINEAR-PROBING_HASH_TABLE??$

A. All keys hash to same index
B. All keys hash to different indices
C. All keys hash to an even-numbered index
D. All keys hash to different even-numbered indices
Answer» B. All keys hash to different indices


Discussion

No Comment Found