Q192
What would be the asymptotic time complexity to find an element in the linked list?
A.
O(1)
B.
O(n)
AnswerC.
O(n2)
D.
O(n4)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board