(Choose 1 answer)
State True or False: "In a binary search tree, all the nodes that are left descendants of node A have key values greater than A; all the nodes that are A's right descendants have key values less than (or equal to) A."
A. True
B. False
1