LeetCode 416 Partition Equal Subset Sum
题目:Given a non-empty array containing only positive integers, find if the array can be partitioned into two subsets such that the sum of elements in both subsets is equal.翻译:给定一个不为空的数组,其中的元素都是整数