Vidyalelo
Data Structure · Q114

Introduction to Data Structures

Programming · Data Structure · question 114

Q114

What would be the asymptotic time complexity to insert an element at the second position in the linked list?

A.
O(1)
Answer
B.
O(n)
C.
O(n2)
D.
O(n3)

Answer: Option A

Solution

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