Live Batches
Masterclasses
Menu
Free Courses
Account
Login / Sign Up
Problem Submissions Solution

Partition Equal Subset

Difficulty: Easy

Acceptance: 77.00%

Points: 20.00

The Partition Equal Subset problem requires determining whether a given array of positive integers can be divided into two subsets such that the sum of elements in both subsets is equal. Each element must belong to exactly one subset. The task is to return true if such a partition is possible, otherwise return false.

Topics

Companies

Articles

Examples:

N/A

Constraints:
  • 1 = n = 200
  • 1 = nums[i] = 100
Companies:
Apple
Topics:
Recursion
Locked Content
Access Restricted: Please Login to access the code editor and test cases.