Question: Which of the following is true about a binary search tree?
Options:
Correct Answer: The left child is always less than the parent.
Solution:
In a binary search tree, the left child is always less than the parent, and the right child is always greater.