Q13
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
AnswerB.
AVL trees allow faster search operations
C.
AVL trees require less space
D.
AVL trees are easier to implement
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board