ary1733 / Hacktober2020

Lets make a code bank for Competitive coding
9 stars 31 forks source link

Implement segment tree to find sum of segment in cpp #28

Closed ary1733 closed 3 years ago

ary1733 commented 3 years ago

queries find sum of segment in O(log n) update element in O(log(n))

KoushikSahu commented 3 years ago

I want to work on this issue. Can you please assign it to me?