Question
Which data structure or concept is best described as a binary tree structure storing aggregate information over intervals?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Segment Tree
Explanation:
Segment Tree is a binary tree structure storing aggregate information over intervals.
This description distinguishes it from the other choices.
Leave a Reply