Vidyalelo
Data Structure · Q192

Introduction to Data Structures

Programming · Data Structure · question 192

Q192

What would be the asymptotic time complexity to find an element in the linked list?

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

Answer: Option B

Solution

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