Similar to this question: https://leetcode.com/problems/find-pivot-index/ Except instead of finding the pivot index, you just return True or False if the array balanced (meaning if you can sum up elements on one side and it equals the sum of the remaining elements)