Vidyalelo
Data Structure · Q193

Introduction to Data Structures

Programming · Data Structure · question 193

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)
Answer
D.
O(1)

Answer: Option C

Solution

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