leetcode分类-Leetcode-DP-Classification:关注知乎上一篇关于DP问题分类的文章

时间:2024-07-19 17:28:05
【文件属性】:

文件名称:leetcode分类-Leetcode-DP-Classification:关注知乎上一篇关于DP问题分类的文章

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-19 17:28:05

系统开源

leetcode 分类 Leetcode-DP-Classification Follow an essay on ZhiHu about DP problems classification 根据知乎 中对Dynamic Programming问题的分类完成leetcode中相应题目 共分为十一个类型 线性DP; 区间DP; 背包DP; 树形DP; 状态压缩DP; 数位DP; 计数型DP; 递推型DP; 概率型DP; 博弈型DP; 记忆化搜索


【文件预览】:
Leetcode-DP-Classification-master
----Linear DP()
--------300.LongestIncreasingSubsequence.py(679B)
--------120Triangle.py(851B)
--------53MaximumSubarray.py(575B)
--------198HouseRobber.py(924B)
--------213HouseRobberII.py(628B)
--------152MaximumProductSubarray.py(732B)
--------1143.LongestCommonSubsequence.py(1KB)
----README.md(439B)

网友评论