Segment Tree: Introduction
You might have solved problems that involve ranges and multiple queries, like finding the sum or minimum in a subarray repeatedly.If you’ve ever thought,
“There must be a faster way than recalculating everything each time…”
then Segment Tree is the...
abhinandanmishra1.hashnode.dev6 min read