Answer the following statements true (T) or false (F)

1. The class BinaryNodeTree had only the default constructor.
2. For class BinaryNodeTree, the copy constructor and the destructor implicitly use traversal.
3. For class BinaryNodeTree, the copy constructor and the destructor each call a recursive method.
4. The add method of BinaryNodeTree concatenates two trees.
5. The add method of BinaryNodeTree does not indicate where that new data should be in the tree.

1. False
2. True
3. True
4. False
5. True

Computer Science & Information Technology

You might also like to view...

The Java expression (75 – 63 ) * 10 / 6 – 1 evaluates to 19.

What will be an ideal response?

Computer Science & Information Technology

What is bandwidth?

(a) information carrying capacity (b) response time (c) the set of networking protocols (d) an error-control technique

Computer Science & Information Technology