Page 1 of 1

What is the average case time complexity for finding the height of the binary tree?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) h = O(loglogn)
b) h = O(nlogn)
c) h = O(n)
d) h = O(log n)