Question
What is a common use of AVL Tree?
Select an option. Your answer will be checked instantly.
Correct Answer: B. search-intensive applications requiring predictable logarithmic height
Explanation:
AVL Tree is commonly used for search-intensive applications requiring predictable logarithmic height.
Its design supports this task efficiently or naturally.
Leave a Reply