Plz just write one function which the question gave. Because this will be tested
ID: 3816386 • Letter: P
Question
Plz just write one function which the question gave. Because this will be tested by code runner. We don't need whole program, but just a function. Don't add other functions
Write a function to apply left or right rotations to a binary search tree based on the height of the left and right sub-trees of the root. The function should first determine if a binary search tree is height balanced, and if not, rotate the tree until it is. Your algorithm may need to apply a left or right rotation multiple times. You will not need to apply both a left and right rotation to any tree. The function should return the root of the tree.
TreeNode* CheckHeightAndRotate(TreeNode *root);
TreeNode struct:
Example:
Explanation / Answer
this is my code hope you get what you required
Output 2 :
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.