1.

The following given tree is an example for?(a) Binary tree(b) Binary search tree(c) Fibonacci tree(d) AVL treeMy question is from Binary Trees topic in section Binary Trees of Data Structures & Algorithms IThe question was posed to me in a national level competition.

Answer»

Correct option is (a) BINARY TREE

Easiest explanation - The given tree is an example for binary tree since has got two children and the LEFT and right children do not satisfy binary SEARCH tree’s property, Fibonacci and AVL tree.



Discussion

No Comment Found

Related InterviewSolutions