1.

What is a full binary tree?(a) Each node has exactly zero or two children(b) Each node has exactly two children(c) All the leaves are at the same level(d) Each node has exactly one or two childrenMy question is taken from Binary Tree Properties in portion Binary Trees of Data Structures & Algorithms IThe question was asked during an online exam.

Answer»

The correct choice is (a) Each NODE has EXACTLY zero or two children

Easy explanation - A full binary tree is a tree in which each node has exactly 0 or 2 children.



Discussion

No Comment Found

Related InterviewSolutions