Which of the following is false about a doubly linked list?

Q & ACategory: Data StructureWhich of the following is false about a doubly linked list?
Admin Staff asked 4 years ago

Which of the following is false about a doubly linked list?
a) We can navigate in both the directions
b) It requires more space than a singly linked list
c) The insertion and deletion of a node take a bit longer
d) Implementing a doubly linked list is easier than singly linked list

1 Answers
Admin Staff answered 4 years ago

d) Implementing a doubly linked list is easier than singly linked list