Vidyalelo
Data Structure · Q132

Hashing

Programming · Data Structure · question 132

Q132

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

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

Answer: Option C

Solution

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