Practice coding challenges
3 problems
Return running sum of nums.
Return index where left sum equals right sum, else -1.
Count contiguous subarrays that sum to k.