1.

A binary tree is a rooted tree but not an ordered tree.(a) true(b) falseI need to ask this question from Binary Trees topic in division Binary Trees of Data Structures & Algorithms IThis question was addressed to me during an interview.

Answer»

Right answer is (b) false

Easy explanation - A binary tree is a rooted tree and also an ordered tree (i.e) EVERY NODE in a binary tree has at most two CHILDREN.



Discussion

No Comment Found

Related InterviewSolutions