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
Join The Discussion