MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following two statements.1. A binary tree T is full if each node is either a leaf or possesses exactly two child nodes.2. A binary tree T with n levels is complete if all levels except possibly the last are completely full, and the last level has all its nodes to the left side.Which statement is/are TRUE |
| A. | Only 1 |
| B. | Only 2 |
| C. | 1 and 2 |
| D. | Neither 1 nor 2 |
| Answer» D. Neither 1 nor 2 | |