You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
various algorithm's code for efficient computations
fenwick tree:=an advanced data structure for range query .
this code allow you to range update as well as find sum on range efficiently.