Q13
Which of the following operations is the most efficient in a linked list compared to an array?
A.
Insertion at the beginning
AnswerB.
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