Question
Which data structure or concept is best described as a binary tree whose height remains proportional to the logarithm of its number of nodes?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Balanced Binary Tree
Explanation:
Balanced Binary Tree is a binary tree whose height remains proportional to the logarithm of its number of nodes.
This description distinguishes it from the other choices.
Leave a Reply