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 hints

Topics

Also asked at 16 companies


More Meta Questions

View all Meta questions