Vidyalelo
Data Structure · Q12

Introduction to Data Structures

Programming · Data Structure · question 12

Q12

Which of the following operations is faster in a linked list?

A.
Insertion at the beginning
Answer
B.
Accessing an element by index
C.
Searching an element
D.
Deleting an element by value

Answer: Option A

Solution

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