Question: What is the main advantage of using a balanced tree over an unbalanced tree?
Options:
Correct Answer: Faster operations due to reduced height
Solution:
Balanced trees have reduced height compared to unbalanced trees, leading to faster operations such as search, insert, and delete.