Question
A programmer needs keeping tree operations efficient, and the chosen structure has the property that its subtrees do not become excessively skewed. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Balanced Binary Tree
Explanation:
Balanced Binary Tree fits because it supports keeping tree operations efficient and its subtrees do not become excessively skewed.
Both clues point to this choice.
Leave a Reply