Vidyalelo
Data Structure · Q164

Introduction to Data Structures

Programming · Data Structure · question 164

Q164

What is the best case time complexity of deleting a node in a Singly Linked list?

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

Answer: Option D

Solution

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