Q114
What would be the asymptotic time complexity to insert an element at the second position in the linked list?
A.
O(1)
AnswerB.
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