1.

How many common operations are performed in a binary tree?(a) 1(b) 2(c) 3(d) 4This intriguing question comes from Binary Trees topic in division Binary Trees of Data Structures & Algorithms IThe question was posed to me during an online exam.

Answer»

Correct choice is (c) 3

Explanation: Three common operations are performed in a BINARY TREE- they are INSERTION, deletion and TRAVERSAL.



Discussion

No Comment Found

Related InterviewSolutions