Vidyalelo
Data Structure · Q162

Binary Search Trees(B Tree)

Programming · Data Structure · question 162

Q162

What is an AVL tree?

A.
a tree which is balanced and is a height balanced tree
Answer
B.
a tree which is unbalanced and is a height balanced tree
C.
a tree with three children
D.
a tree with atmost 3 children

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board