recategorized by
323 views
0 votes
0 votes

what is the worst case possible height of an avl tree ???

https://www.geeksforgeeks.org/practice-questions-height-balancedavl-tree/

how does 1.44*logn comes ????

recategorized by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
Na462 asked Jan 16, 2019
388 views
Consider a binary tree for every node | P - Q | <= 2. P represents number of nodes in left subtree of S and Q represents number of nodes in right subtree of S for h 0. T...
0 votes
0 votes
2 answers
3
sripo asked Dec 25, 2018
4,784 views
In a 3-array tree if internal nodes have exactly 3 children,the number of leaf nodes will be __ ?Does it vary for binary tree?What do you mean by internal nodes? Non roo...
1 votes
1 votes
1 answer
4
pradeepchaudhary asked Aug 19, 2018
19,138 views
8. What are the worst case and average case complexities of a binary search tree?a) O(n), O(n)b) O(logn), O(logn)c) O(logn), O(n)d) O(n), O(logn)