

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following operations is performed more efficiently by doubly linked list than by singly linked list? |
A. | Deleting a node whose location in given |
B. | Searching of an unsorted list for a given item |
C. | Inverting a node after the node with given location |
D. | Traversing a list to process each node |
Answer» B. Searching of an unsorted list for a given item | |