

MCQOPTIONS
Saved Bookmarks
1. |
Consider a hash table of size 7, with hash function H (k) = k % 7, and pseudo random i = (i + 5) % 7. We want to insert the following keys one by one from left to right.15, 11, 25, 16, 9, 8, 12What will be the position of the key 25, if we use random probing? |
A. | 4 |
B. | 5 |
C. | 1 |
D. | 2 |
Answer» E. | |