What is the best case time complexity of deleting a node in a Singly Linked list?
Posted: Wed Jul 13, 2022 7:41 pm
a) O (n)
b) O (n2)
c) O (nlogn)
d) O (1)
b) O (n2)
c) O (nlogn)
d) O (1)
Accurate answers. Every time.
https://answerhappy.com/