What is the space complexity for deleting a linked list?
Posted: Wed Jul 13, 2022 7:41 pm
a) O(1)
b) O(n)
c) Either O(1) or O(n)
d) O(logn)
b) O(n)
c) Either O(1) or O(n)
d) O(logn)
Accurate answers. Every time.
https://answerhappy.com/