Q706
A hash table contains 10 slots and uses coalesced hashing to resolve collisions. The hash function used is key % 10. If the values 67, 23, 45, 11, 95 are inserted in the table, in what location would the key value 95 be inserted?
A.
7
B.
8
C.
9
AnswerD.
10
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board