You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**The main idea of the function is to first compute the total sum of the array. Then, as we iterate through the array, we can keep a running total of the left side of the array and use subtraction to compute the right side. We can then check if the left side equals the right side. */