We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cd668c + 517d9de commit aa146a5Copy full SHA for aa146a5
problems/0072.编辑距离.md
@@ -40,6 +40,8 @@ exection -> execution (插入 'u')
40
* 0 <= word1.length, word2.length <= 500
41
* word1 和 word2 由小写英文字母组成
42
43
+# 算法公开课
44
+**《代码随想录》算法视频公开课:[动态规划终极绝杀! LeetCode:72.编辑距离](https://www.bilibili.com/video/BV1we4y157wB/),相信结合视频再看本篇题解,更有助于大家对本题的理解**。
45
46
## 思路
47
0 commit comments