Examveda

In a Binary Search Tree (BST), which of the following is true for any node's left subtree?

A. All nodes in the left subtree are smaller than the node itself.

B. All nodes in the left subtree are larger than the node itself.

C. The left subtree contains nodes with equal values.

D. The left subtree is always empty.

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)