Q193
What is the worst case time complexity of inserting a node in a doubly linked list?
A.
O(nlogn)
B.
O(logn)
C.
O(n)
AnswerD.
O(1)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board