Multiple Choice
Binary search trees may be implemented as templates, but any data types used with them should support the ________ operator.
A) <
B) >
C) ==
D) All of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: Output will be the same if you
Q22: The inorder method of traversing a binary
Q23: A node that has no children is
Q24: An operation that can be performed on
Q25: The number of nodes in a binary
Q27: Implementing a binary tree in a class
Q28: When a binary tree is used to
Q29: A program keeps track of a binary
Q30: Binary search trees are commonly used<br>A) with
Q31: A strong reason to use a binary