Given a non-empty array of integers, determine if it is possible to partition the array into two groups with equal sum.
Explanation: The array can be partitioned into two groups with equal sum: [1, 11] and [5, 5].
Analyze constraints and compute optimal solutions step-by-step.
No dry run loaded.
🚀 Practice this problem
Run code, get AI hints & track streak