Which of the following statements about AVL trees is true?
A. They are a type of self-balancing binary search tree.
B. They allow duplicate keys.
C. They do not require balancing.
D. They only support insertion operations.
Answer: Option A
A. They are a type of self-balancing binary search tree.
B. They allow duplicate keys.
C. They do not require balancing.
D. They only support insertion operations.
Answer: Option A
A. Inorder
B. Preorder
C. Postorder
D. Level-order
Join The Discussion