LeetCode 303. Range Sum Query – Immutable
Description https://leetcode.com/problems/range-sum-query-immutable/ Given an integer array nums, find the sum of the elements between indices left and right inclusive, where (left <= right). Implement the NumArray class: NumArray(int[]…