Examveda

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

A. To maintain balance and keep the tree balanced.

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


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

Join The Discussion

Related Questions on Binary Search Trees(B Tree)