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
AnswerD.
it causes less collisions
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board