10kshuaizhang / 10kshuaizhang.github.io

hexo blog
2 stars 0 forks source link

A Quick Note of Segment Tree | 10K's #22

Open 10kshuaizhang opened 1 year ago

10kshuaizhang commented 1 year ago

https://10kshuaizhang.github.io/post/a-quick-note-of-segment-tree/

What is segment tree

A binary tree where each node represents a segment of an original array. The node stores the inf...