Vidyalelo
Data Structure · Q12

Hashing

Programming · Data Structure · question 12

Q12

What type of hash table collision resolution involves storing a list of all elements that hash to the same index?

A.
Open addressing
B.
Linear probing
C.
Double hashing
D.
Chaining
Answer

Answer: Option D

Solution

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