Loading practice questions
What is the sum of each of the balanced partitions for the array {5, 6, 7, 10, 3, 1}?
Correct Answer: A — 16
Explanation:
The sum of all the elements of the array is 32. So, the sum of all the elements of each partition should be 16.