Vidyalelo
Data Structure · Q13

Linked Lists in Data Structures

Programming · Data Structure · question 13

Q13

Which of the following operations is the most efficient in a linked list compared to an array?

A.
Insertion at the beginning
Answer
B.
Accessing an element by index
C.
Finding the maximum element
D.
Sorting

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board