Vidyalelo
Data Structure · Q42

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 42

Q42

In an AVL tree, what happens when a node has a balance factor of 0?

A.
It is an internal node.
B.
It needs to be rotated.
C.
It is balanced and requires no changes.
Answer
D.
It is a leaf node.

Answer: Option C

Solution

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