Vidyalelo
Data Structure · Q108

Hashing

Programming · Data Structure · question 108

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
Answer
D.
H(x)= X mod 17

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board