LeetCode-Solutions icon indicating copy to clipboard operation
LeetCode-Solutions copied to clipboard

Leetcode solution for: 307.Range Sum Query-Mutable

Open manishanegii opened this issue 3 years ago • 0 comments

##307.Range Sum Query-Mutable ###Added a new code file

Given an integer array nums, handle multiple queries of the following types:

  1. Update the value of an element in nums.
  2. Calculate the sum of the elements of nums between indices left and right inclusive where left <= right.

README - How to Contribute

manishanegii avatar Aug 30 '21 16:08 manishanegii