본문 바로가기

알고리즘 풀이

[LeetCode] 416. Partition Equal Subset Sum

https://leetcode.com/problems/partition-equal-subset-sum/

 

Partition Equal Subset Sum - LeetCode

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

leetcode.com

 

못풀었다.

 

참고: https://withhamit.tistory.com/482

 

[leetcode][416] Partition Equal Subset Sum

 문제 : leetcode.com/problems/partition-equal-subset-sum/ 양의 정수로 이루어진 nums 배열이 주어질 때, 동일한 배열 합을 가지는 두 개의 배열로 분리시킬 수 있는지 구하라. nums 배열의 합을 구한다. 동일..

withhamit.tistory.com

https://jaime-note.tistory.com/172

 

[LeetCode - Daily Challenge] 416. Partition Equal Subset Sum

소스 코드는 여기 있습니다. 문제는 여기 있습니다. Problem Given a non-empty array nums containing only positive integers, find if the array can be partitioned into two subsets such that the sum of el..

jaime-note.tistory.com