Data Structures :: Linked Lists - Discussion
Home > Data Structures > Linked Lists > MCQs Questions Discussion
21 / 48
Choose the correct option.
Which of the following operations is performed more efficiently by doubly linked list than by singly linked list?
ADeleting a node whose location in given
BSearching of an unsorted list for a given item
CInverting a node after the node with given location
DTraversing a list to process each node
Answer: Option (Login/Signup)
Show Explanation
Asked In ::
No Discussion on this question yet!