Fundamentals
/
Partition to K Equal Sum Subsets
⏸
00:00
↻
← Prev
Next →
▶
Question
Given an array of positive integers and an integer k, return true if the array can be partitioned into k non-empty subsets each with equal sum.
▶
Understand
▶
Approach
▶
My Code
▶
Reference Solution
Compare
20