#leetcode-solution
Read more stories on Hashnode
Articles with this tag
Given an array nums. We define a running sum of an array as runningSum[i] = sum(nums[0]…nums[i]). Return the running sum of nums. Example 1: Input:...