1.

How many types of insertion are performed in a binary tree?(a) 1(b) 2(c) 3(d) 4Query is from Binary Trees topic in division Binary Trees of Data Structures & Algorithms IThe question was posed to me in an internship interview.

Answer»

Right choice is (B) 2

Explanation: TWO KINDS of INSERTION operation is performed in a binary tree- inserting a LEAF node and inserting an internal node.



Discussion

No Comment Found

Related InterviewSolutions