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

Verified
Correct Answer:
Verified
Related Questions
Q3: Deleting a leaf node from a binary
Q4: In a binary search tree, all nodes
Q6: A subtree is the collection of some
Q7: If a node has no successor, the
Q9: Binary tree are called "trees" because they
Q10: A binary tree node with no parent
Q11: The _ in a binary tree is
Q12: The preorder method of traversing a binary
Q13: The shape of a binary search tree
Q26: Binary trees are commonly used to organize