Vidyalelo
Data Structure · Q125

Hashing

Programming · Data Structure · question 125

Q125

Which among the following is the best technique to handle collision?

A.
Quadratic probing
Answer
B.
Linear probing
C.
Double hashing
D.
Separate chaining

Answer: Option A

Solution

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