Multiple Choice
If a min-heap has 14 nodes, what is known for certain when we add a new node?
i.every level of the tree will be fully occupied
II.the tree does not grow a new level
III.the root contains the smallest element
A) I only
B) I and III only
C) I and II only
D) I, II and III
Correct Answer:

Verified
Correct Answer:
Verified
Q48: Consider the following tree diagram: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q49: What is the complexity of removing an
Q50: Given the Node class (partially shown below),
Q51: Consider the following tree diagram: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q52: Consider the following tree diagrams: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q54: Given the BinaryTree class (partially shown below),
Q55: You wish to traverse a binary search
Q56: Consider the following addNode method for inserting
Q57: Locating an element in a balanced binary
Q58: Consider the following tree diagram: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"