Q. Which of the following is false about a doubly linked list? (Solved)
1. We can navigate in both the directions
2. It requires more space than a singly linked list
3. The insertion and deletion of a node take a bit longer
4. Implementing a doubly linked list is easier than singly linked list
- d. Implementing a doubly linked list is easier than singly linked list