Update README.md

This commit is contained in:
wangzheng0822 2019-02-12 11:37:51 +08:00 committed by GitHub
parent c768e2223e
commit b086012d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@
## 动态规划
* 0-1背包问题
* 最小路径和(详细可看@Smallfly整理的 Minimum Path Sum
* 最小路径和
* 编程实现莱文斯坦最短编辑距离
* 编程实现查找两个字符串的最长公共子序列
* 编程实现一个数据序列的最长递增子序列