Q. Which of the following operations is performed more efficiently by doubly linked list than by singly linked list? (Solved)
1. deleting a node whose location in given
2. searching of an unsorted list for a given item
3. inverting a node after the node with given location
4. traversing a list to process each node
- a. deleting a node whose location in given