QUESTION 7
At a minimum, what classes are needed to implement a binary tree?
A) Node and Subtree
B) Node and Tree
C) Node, Tree, and Traversal
D) 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
A) True
B) False