Question: 15
(Choose 1 answer)
What are the characteristics of a binary search tree (BST) in terms of data order?
A. The data in the parent node is always larger than the data in the left child node and smaller than the data in
the right child node
B. The data in the parent node is always smaller than the data in the left child node and larger than the data in
the right child node
C. The data at the nodes does not have any order
D. The data in the left child node and right child node are always equal
E. None of the others