AdvancedVocabulary#software-architecture#developer-tools#backend

Segment Tree Vocabulary

Learn the vocabulary of a tree of range summaries that answers a query by combining a handful of nodes.

0 / 5 completed
1 / 5
At standup, a dev mentions a binary tree built over an array where each node stores a summary, like a sum, minimum, or maximum, of a contiguous range of elements, letting a range query be answered by combining just a handful of node summaries. What is this structure called?