Vidyalelo
Data Structure · Q31

Trees in Data Structures

Programming · Data Structure · question 31

Q31

Which of the following statements about AVL trees is true?

A.
They are a type of self-balancing binary search tree.
Answer
B.
They allow duplicate keys.
C.
They do not require balancing.
D.
They only support insertion operations.

Answer: Option A

Solution

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