Partition Equal Subset Sum at eBay

Medium49.2% acceptance

This problem has 87.5% frequency at eBay.

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 eBay Questions

View all eBay questions