Select the incorrect statement. Binary trees (regardless of the order in which the values are inserted into the tree)
a) always have multiple links per node.
b) can be sorted efficiently.
c) always have the same shape for a particular set of data.
d) are nonlinear data structures.
c) always have the same shape for a particular set of data.
Computer Science & Information Technology
You might also like to view...
A(n)______________________ class represents a generic concept in a class hierarchy.
a) super b) abstract c) interface d) shadow e) generic
Computer Science & Information Technology
Which of the following is not one of the seven methods for handling window events?
a. windowClosing. b. windowClosed. c. windowOpening. d. windowOpened.
Computer Science & Information Technology