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

1. Output will be the same if you use in order, post order, or pre order traversals to print the values stored in a binary tree.
2. The height of a binary tree describes how many levels there are in the tree.
3. In certain types of binary trees, the number of leaves can be greater than the number of nodes.
4. Binary trees are commonly used to organize key values that index database records.
5. Deleting a leaf node from a binary search tree is not difficult. Deleting a non-leaf node requires several steps.

1. FALSE
2. TRUE
3. FALSE
4. TRUE
5. TRUE

Computer Science & Information Technology

You might also like to view...

The Brush tool alwayspaints with the ____ color.

A. background B. darkest C. lightest D. foreground

Computer Science & Information Technology

The Adobe Media Encoder dialog box shown in the figure above, is used for exporting Flash files to video.

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

Computer Science & Information Technology