Multiple Choice
A program keeps track of a binary tree using a pointer to
A) one of its leaves.
B) its root node.
C) the node in the tree holding the biggest value.
D) the node in the tree holding the smallest value.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: An operation that can be performed on
Q25: The number of nodes in a binary
Q26: Binary search trees may be implemented as
Q27: Implementing a binary tree in a class
Q28: When a binary tree is used to
Q30: Binary search trees are commonly used<br>A) with
Q31: A strong reason to use a binary
Q32: When an application begins searching a binary
Q33: The height of a binary tree describes
Q34: The width of a tree is the