arshelia / algorithm-js

LeetCode 刷题
0 stars 0 forks source link

416.分割等和子集 #21

Open arshelia opened 4 years ago

arshelia commented 4 years ago

题目描述

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

解题思路

类似于背包问题,可以用动态规划