Page 1 of 1

What is the expected depth of a node in a randomized binary search tree?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) log n
b) n!
c) n2
d) 2 log n + O(1)