Page 1 of 1

What is the space complexity of searching in a heap?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) O(logn)
b) O(n)
c) O(1)
d) O(nlogn)