Examveda

How do you find the predecessor of a node in a Binary Search Tree (BST)?

A. The largest node in the left subtree.

B. The smallest node in the right subtree.

C. The smallest node in the left subtree.

D. The largest node in the right subtree.

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)