What is the primary characteristic of a node in a Binary Search Tree (BST)?
A. It has a value greater than all values in its left subtree and less than all values in its right subtree.
B. It is the root of the tree.
C. It has at least one child.
D. It is the only node in the tree.
Answer: Option A
Join The Discussion