cover of episode Segmented Trees

Segmented Trees

2021/8/15
logo of podcast Programmers Quickie

Programmers Quickie

Frequently requested episodes will be transcribed first

Shownotes Transcript

In computer science, a segment tree, also known as a statistic tree, is a tree data structure used for storing information about intervals, or segments. It allows querying which of the stored segments contain a given point