

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