Examveda

What is the purpose of the "right rotation" operation in a Binary Search Tree (BST)?

A. To balance the tree and maintain its properties.

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


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)