Q7
What is the purpose of rotations in a Binary Search Tree?
A.
To maintain balance and ensure logarithmic height in self-balancing trees.
AnswerB.
To optimize search operations.
C.
To sort elements in the tree.
D.
To update node values.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board