Q35
What is the purpose of the "left rotation" operation in a Binary Search Tree (BST)?
A.
To maintain balance and keep the tree balanced.
AnswerB.
To move a node to the right subtree.
C.
To convert a BST into a binary heap.
D.
To find the maximum value node.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board