LeetCode-Solutions
LeetCode-Solutions copied to clipboard
Leetcode solution for: 307.Range Sum Query-Mutable
##307.Range Sum Query-Mutable ###Added a new code file
Given an integer array nums, handle multiple queries of the following types:
- Update the value of an element in nums.
- Calculate the sum of the elements of nums between indices left and right inclusive where left <= right.