Q26
What is the purpose of the "right rotation" operation in a Binary Search Tree (BST)?
A.
To balance the tree and maintain its properties.
AnswerB.
To find the minimum value node.
C.
To delete a node with two children.
D.
To perform a level-order traversal.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board