Leetcode.com
leetcode com 416 Partition Equal Subset Sum
건이두
2023. 8. 8. 07:32
728x90
파이썬 소스: https://bit.ly/3Qw5C6a
문제 링크: https://leetcode.com/problems/partition-equal-subset-sum/
Partition Equal Subset Sum - LeetCode
Can you solve this real interview question? Partition Equal Subset Sum - 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. Example 1: I
leetcode.com
728x90