Ask Question

What imbalance is fixed by a single right rotation?

+1
Answers (1)
  1. 24 May, 21:59
    0
    It balances a tree when a long path exist in the left subtree of the left of the root.

    Explanation:

    Rotation is an operation which is performed on the binary tree which changes the structure of the binary tree but it does not interfere with the order of elements.

    A single right rotation strategy is basically for re balancing the tree. When there is along path which exists in the left subtree of the left of the root.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What imbalance is fixed by a single right rotation? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers