DATA STRUCTURE Programming and Technical Programming Technical

In binary search tree , n=nodes, h=height of tree.

What's complexity?

1. o(h)

2. o(n*h)

3. o(nLogn)

4. o(n*n)

5. None

Read Solution (Total 9)

DATA STRUCTURE Other Question

Which one is faster? A binary search of an orderd set of
elements in an array or a sequential search of the
elements.
How many minimum number of comparisons required to find minimum and maximum of 100 numbers