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)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board