1.

What is the size of the given K-ary tree?(a) 3(b) 2(c) 6(d) 4This interesting question is from K-ary Tree in portion Trees of Data Structures & Algorithms IThe question was asked in quiz.

Answer»

Right OPTION is (c) 6

For explanation: Size of the K-ary TREE is defined as the TOTAL number of nodes present in the tree. Since there are total of 6 nodes in the K-ary tree. So the size of the K-ary tree is 6.



Discussion

No Comment Found

Related InterviewSolutions