Vidyalelo
Data Structure · Q119

Hashing

Programming · Data Structure · question 119

Q119

What is the advantage of using linked list over the doubly linked list for chaining?

A.
it takes less memory
Answer
B.
it causes more collisions
C.
it makes the process of insertion and deletion faster
D.
it causes less collisions

Answer: Option A

Solution

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