Merge pull request #2142 from Lozakaka/patch-30

新增B站影片網址
This commit is contained in:
程序员Carl
2023-06-19 10:21:27 +08:00
committed by GitHub

View File

@ -40,6 +40,8 @@ exection -> execution (插入 'u')
* 0 <= word1.length, word2.length <= 500 * 0 <= word1.length, word2.length <= 500
* word1 和 word2 由小写英文字母组成 * word1 和 word2 由小写英文字母组成
# 算法公开课
**《代码随想录》算法视频公开课:[动态规划终极绝杀! LeetCode72.编辑距离](https://www.bilibili.com/video/BV1we4y157wB/),相信结合视频再看本篇题解,更有助于大家对本题的理解**。
## 思路 ## 思路