Vidyalelo
Data Structure · Q148

Hashing

Programming · Data Structure · question 148

Q148

Which of the following is the correct function definition for linear probing?

A.
F(i)= 1
B.
F(i)=i
Answer
C.
F(i)=i2
D.
F(i)=i+1

Answer: Option B

Solution

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