Data Structures19 sections · 729 units
Open in CourseQuiz: Interval Trees
Test your understanding
Interval Tree Concepts
In an augmented BST interval tree, why do we store the maximum high endpoint of each subtree?
- A.To balance the tree automatically
- B.To prune subtrees that can't contain overlapping intervals during search
- C.To sort intervals by their length
- D.To count the number of intervals in each subtree