Question
Which statement about AVL Tree is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. each node's balance factor is typically -1, 0, or 1
Explanation:
The defining property is that each node's balance factor is typically -1, 0, or 1.
The other statements describe different structures or concepts.
Leave a Reply