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
'알고리즘 풀이' 카테고리의 다른 글
[C언어] 1614. Maximum Nesting Depth of the Parentheses (0) | 2024.04.07 |
---|---|
[LeetCode] 61. Rotate List (0) | 2022.07.17 |
[LeetCode] 71. Simplify Path (0) | 2022.07.17 |
[LeetCode] 푸는중 103. Binary Tree Zigzag Level Order Traversal (0) | 2022.02.03 |
[자료구조] Linked List (연결 리스트) (0) | 2021.06.01 |