Q: What is a perfect binary tree?
-
A
A binary tree in which every node has either one or two children
-
B
A binary tree in which every node has exactly two children
-
C
A binary tree in which all leaf nodes are at the same level and every non-leaf node has two children
-
D
A binary tree in which all leaf nodes are at the same level and every non-leaf node has either one or two children
C
Answer:
C
Explanation:
Answer: c) A binary tree in which all leaf nodes are at the same level and every non-leaf node has two children
Related Topic:
Share Above MCQ