Computer Science, asked by Rohan2030, 9 months ago

the number of rotation required to insert a sequence of elements 9,6,5,8,7,10 into an empty AVL tree is?​

Answers

Answered by purnamahesh
1

Answer:

3 rotations are needed to balance the tree.

2 LL and 1 RR rotation

Answered by priyarksynergy
0

The number of rotation required to insert given sequence:

Explanation:

  • 3 rotations are required to insert sequence of the elements 9,6,5,8,7,10 into an empty AVL tree.
  • LL RR LL are the three rotations.
Similar questions