gardusig / competitive-programming

Everything I use as reference during a programming contest
MIT License
5 stars 0 forks source link

Implement Dynamic Segment Tree with pointer array #7

Closed gardusig closed 6 months ago

gardusig commented 2 years ago

Currently, there are 2~3 files with segment tree implementations. The idea is to create a new standard that can cover more use cases while being efficient enough.