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

1. Output will be the same if you use InOrder, PostOrder, or PreOrder traversals of the same binary tree.
2. The PreOrder method of traversing a binary tree involves processing the node's data, traversing the node's left subtree, and then traversing the node's right subtree.
3. The PostOrder method of traversing a binary tree involves processing the node's data, traversing the node's right subtree, and then traversing the node's left subtree.
4. The intBinaryTree class has a public member function, findNode, that returns true if a value is not found and false if the value is found.

1. F
2. T
3. F
4. F

Computer Science & Information Technology

You might also like to view...

________ display in a ScreenTip when you point at a marker on a trendline

A) Legend values B) Data values C) Labels D) Markers

Computer Science & Information Technology

The printing process ends with the ______________ and ______________ cleaning of the photosensitive drum.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology