InterviewSolution
Saved Bookmarks
| 1. |
Consider a double hashing scheme in which the primary hash function is h1(k) = k mod 23, and the secondary hash function is h2(k) = 1+(k mod 19). Assume that the table size is 23. Then the address returned by probe 1 in the probe sequence (assume that the probe sequence begins at probe 0) for key value k = 90 is ________ .Note – This question was Numerical Type.(A) 13(B) 15(C) 21(D) 23 |
| Answer» None | |