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 python #29

Closed ary1733 closed 3 years ago

ary1733 commented 3 years ago

queries Find the sum of segment l to r update i th element

KoushikSahu commented 3 years ago

I want to work on this issue. Please assign it to me.

KoushikSahu commented 3 years ago

@ary1733 I have made a PR to resolve this issue. Please review it.