MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
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
Explanation: 

Detailed explanation-1: -Correct option-A Deleting a node whose location is given.

There is 1 question to complete.