We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543481e commit 1b106b7Copy full SHA for 1b106b7
1 file changed
python/dp/README.md
@@ -1,5 +1,7 @@
1
#### dp 更新
2
3
+dp可以分为序列型dp,区间第一类型dp,区间第二类型dp,背包问题。
4
+
5
[Laicode 456 Coin Change (M)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/laicode_0456_coin_change.py)\
6
[Laicode 663 Coin Change II (M)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/laicode_0663_coin_change_ii.py)\
7
[Leetcode 416 Partition Equal Subset Sum (M)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_0416_partition_equal_subset_sum.py)\
0 commit comments