Partition Equal Subset Sum at Meta
Medium49.2% acceptance
This problem has 37.5% frequency at Meta.
Problem Description
Given an integer array `nums`, return `true` _if you can partition the array into two subsets such that the sum of the elements in both subsets is equal or_`false` _otherwise_.
Read full problem and hintsTopics
Also asked at 16 companies
More Meta Questions
Kth Largest Element in an ArrayMediumTwo SumEasyMerge IntervalsMediumMerge Sorted ArrayEasyFind Peak ElementMedium
View all Meta questions