What is the main advantage of an AVL tree over a standard binary search tree?
A. AVL trees maintain balance, ensuring O(log n) operations
B. AVL trees allow faster search operations
C. AVL trees require less space
D. AVL trees are easier to implement
Answer: Option A
Related Questions on Trees in Data Structures
A. Inorder
B. Preorder
C. Postorder
D. Level-order

Join The Discussion