Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1480. Running Sum of 1d Array
Compute the prefix (running) sum array where runningSum[i] = sum(nums[0..i]), i.e., each output element is the cumulative total up to that index. This is a straightforward one-pass O(n) accumulation over the input array.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.