Vidyalelo
Data Structure · Q89

Hashing

Programming · Data Structure · question 89

Q89

Which of the following is a disadvantage of using separate chaining using linked lists?

A.
It requires many pointers
Answer
B.
It requires linked lists
C.
It uses array
D.
It does not resolve collision

Answer: Option A

Solution

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