Recent questions tagged avl-tree

1 votes
4 answers
91
The tree given is as follows: 40 / \ 35 53 / \ 20 60 How many rotations are required for insertion of elements 30,55,45,6...
2 votes
3 answers
92
Insert the given values in the order in initially empty $\text{AVL}$ tree.$\text{34,21,10,27,24,43,15,6}$What is the value at the root of the tree$?$
10 votes
5 answers
93
0 votes
2 answers
94
0 votes
1 answer
95
40 votes
5 answers
97
What is the maximum height of any AVL-tree with $7$ nodes? Assume that the height of a tree with a single node is $0$.$2$$3$$4$$5$