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
C) nodes in a binary tree have two successors instead of one.
You might also like to view...
When you type the parameter in the Criteria row of a parameter query, make sure that the prompt is not the same as the ________
A) field name B) expression C) table D) query
?In the _____ property, to center all of the elements so that a page appears centered within a browser window, one should create styles to set the left and right margins to auto.
A. ?display B. ?margin C. ?text-align D. ?box-shadow