0
/ 90
Given a non-empty array, return true
if there is a place to split the array so that the sum of the numbers on one side is equal to the...
Given a non-empty array, return true
if there is a place to split the array so that the sum of the numbers on one side is equal to the sum of the numbers on the other side.
Your feedback will appear here when you check your answer.