Vidyalelo
Data Structure · Q26

Binary Search Trees(B Tree)

Programming · Data Structure · question 26

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.
Answer
B.
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