QUESTION 7
At a minimum, what classes are needed to implement a binary tree?
Node and Subtree
Node and Tree
Node, Tree, and Traversal
Node
QUESTION 8
When a new node is added to a binary tree, it is added in such a way that the tree remains balanced, and therefore it is not necessary to rebalance it.
True
False