AnimeshSinha1309 / algorithms-notebook

The team notebook to keep all template code and notes in.
23 stars 5 forks source link

Interesting segment tree template supporting multi-operations #15

Open GaurangTandon opened 4 years ago

GaurangTandon commented 4 years ago

https://github.com/ouuan/segmentTree/blob/master/README.md#Demos (from here- https://codeforces.com/blog/entry/70467)

We have to see if it better than our current segment tree and in what way.

AnimeshSinha1309 commented 4 years ago

Okay, but it's highly unlikely that it is reasonably better, unless you are thinking of cache optimisation and stuff. Our's is already as clean as it gets.