DATA STRUCTURE Programming and Technical Programming Technical

How many minimum number of comparisons required to find minimum and maximum of 100 numbers

Read Solution (Total 9)

DATA STRUCTURE Other Question

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
if all the given elements in a array is same then what is the time complexity of the Heap Sort.