AdvancedVocabulary#software-architecture#developer-tools#backend

Interval Tree Vocabulary

Learn the vocabulary of efficiently finding every stored interval overlapping a query range.

0 / 5 completed
1 / 5
At standup, a dev mentions a data structure that stores a set of intervals and can efficiently find every interval overlapping a given query range, without checking every stored interval one at a time. What is this data structure called?