1.

What is the Height of the given K-ary tree?(a) 0(b) 1(c) 2(d) 3This key question is from K-ary tree in portion Trees of Data Structures & Algorithms II got this question during an online exam.

Answer»

Correct answer is (c) 2

Easy explanation - Height of the tree is DEFINED as the length of the path from ROOT node to the deepest node of the tree. Here deepest NODES are 5,6,7 which are at length 2. So the height of the K-ary tree is 2.



Discussion

No Comment Found

Related InterviewSolutions