Q24
Which of the following is a disadvantage of doubly linked lists compared to singly linked lists?
A.
They use less memory
B.
They are easier to traverse
C.
They require more memory
AnswerD.
They allow for two-way traversal
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board