Vidyalelo
Data Structure · Q1

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 1

Q1

What is the primary property of an AVL tree?

A.
It allows duplicate keys.
B.
It is a self-balancing binary search tree.
Answer
C.
It maintains a fixed height.
D.
It allows duplicate keys.

Answer: Option B

Solution

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