Multiple Choice
In a binary search tree, where the root node data value = 45, what do we know about the data values of all the descendants in the left subtree of the root?
A) all will be < 45
B) some values will be < 45, but there may be a few values > 45
C) approximately half the values are < 45, the other half are > 45
D) the root's left child value < 45, but the right child of the root's left child value is > 45
Correct Answer:

Verified
Correct Answer:
Verified
Q92: Consider a balanced binary tree with 520
Q93: Which of the following statements about trees
Q94: Which of the following statements about the
Q95: Which of the following statements about a
Q96: If a min-heap has 1024 nodes, what
Q97: Which of the following statements about breadth-first
Q99: If the postorder traversal of an expression
Q100: Consider the following tree diagram: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q101: Given the Visitor interface discussed in section
Q102: Consider the following tree diagram: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"