Vidyalelo
Data Structure · Q35

Binary Search Trees(B Tree)

Programming · Data Structure · question 35

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