Vidyalelo
Data Structure · Q7

Binary Search Trees(B Tree)

Programming · Data Structure · question 7

Q7

What is the purpose of rotations in a Binary Search Tree?

A.
To maintain balance and ensure logarithmic height in self-balancing trees.
Answer
B.
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