Q108
What is the hash function used in linear probing?
A.
H(x)= key mod table size
B.
H(x)= (key+ F(i2)) mod table size
C.
H(x)= (key+ F(i)) mod table size
AnswerD.
H(x)= X mod 17
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board