1.

A binary tree is a special type of tree, which can either be empty or have a finite set of nodes, such that, one of the nodes is designated as the root node and the remaining nodes are partitioned into sub trees of the root nodes known as__________.

A. Left sub tree
B. Right sub tree
C. Both (a) and (b)
D. Heap tree
Answer» D. Heap tree


Discussion

No Comment Found