McqMate
Q. |
What is the sum of each of the balanced partitions for the array {5, 6, 7, 10, 3, 1}? |
A. | 16 |
B. | 32 |
C. | 0 |
D. | 64 |
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. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet