Which of the following is NOT a property of a complete binary tree of height h?

a) all nodes at level h – 2 and above have two children each
b) when a node at level h – 1 has children, all nodes to its left at the same level have two children each
c) when a node at level h – 1 has one child, it is a left child
d) all leaves are at level h

d.

Computer Science & Information Technology

You might also like to view...

When the user clicks on a check box control at run time, which one of the following events is raised (in addition to the Click event)?

(A) ControlAdded (B) Invalidated (C) StyleChanged (D) CheckedChanged

Computer Science & Information Technology

In the accompanying figure, which selection would have been easiest to make using the Polygonal Lasso tool?

A. 1 B. 2 C. 3 D. 4

Computer Science & Information Technology