Examveda

What is the expected number of leaves in a randomized binary search tree?

A. n + 1

B. (n + 1)/3

C. (n + 1)/2

D. n + 3

Answer: Option B


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)