What are the categories of avl rotations?



What are the categories of avl rotations?..

Answer / Parul Sirohi

AVL rotations can be classified into single rotations (left rotation and right rotation) and double rotations (left-left, left-right, right-left, and right-right).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Which programming language is best for data structures?

1 Answers  


What do you mean by sorting?

1 Answers  


Explain implementation of deletion from a binary tree.

1 Answers  


Explain singly linked list in short.

1 Answers  


Which sorting is best?

1 Answers  


How do you find the complexity of a selection sort?

1 Answers  


Is treeset synchronized?

1 Answers  


Explain what is the data structures used to perform recursion?

1 Answers  


Differentiate between arraylist and vector.

1 Answers  


What is time complexity of arrays sort?

1 Answers  


In what areas do data structures applied?

1 Answers  


List the two important key points of depth first search?

1 Answers  


Categories