01 · Question
Given an array of integers nums, return the pivot index where the sum of the numbers to the left equals the sum of the numbers to the right.
01 · Question
Given an array of integers nums, return the pivot index where the sum of the numbers to the left equals the sum of the numbers to the right.