1.

What is the maximum number of children that a binary tree node can have?(a) 0(b) 1(c) 2(d) 3This intriguing question comes from Binary Trees topic in section Binary Trees of Data Structures & Algorithms IThe question was posed to me in exam.

Answer»

Right OPTION is (C) 2

Best explanation: In a binary tree, a NODE can have atmost 2 NODES (i.e.) 0,1 or 2 left and right child.



Discussion

No Comment Found

Related InterviewSolutions