Multiple Choice
The main difference between a binary tree and a linked list is that
A) nodes in a binary tree have two successors instead of one.
B) recursion is useful on binary trees, but not on linked lists.
C) a linked list can be empty, but a binary tree cannot.
D) a binary tree can be empty, but a linked list cannot.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Binary search trees are commonly used<br>A)in linear
Q11: If a node has no successor, the
Q12: The preorder method of traversing a binary
Q15: A node that has no children is
Q16: A tree with a height of three
Q18: Deleting a node from a binary search
Q20: The smallest number of levels that a
Q21: Output will be the same if you
Q26: Binary trees are commonly used to organize
Q36: There exists a binary tree with a