14,380 views

1 Answer

Related questions

1 votes
1 votes
0 answers
2
Rohit Gupta 8 asked Dec 25, 2017
1,148 views
If the average depth of a node in an $n$-node binary search tree is $O(\log{n})$, then the height of the tree is$O(n\log{n})$$O(n)$$O(\log{n})$$O(\sqrt(n\log{n}))$
0 votes
0 votes
2 answers
3
Aman Bisht asked Jun 12, 2017
1,124 views
The height of a binary tree having 'i' nodes at level 'i' considering root to be at level 1 is . where 'n' is the total no of nodes in the tree.A. O(logn)B. O(n)C. O(R...
2 votes
2 votes
1 answer
4
vijaycs asked May 25, 2016
12,828 views