Skip to content

Commit

Permalink
Merge pull request youngyangyang04#2142 from Lozakaka/patch-30
Browse files Browse the repository at this point in the history
新增B站影片網址
  • Loading branch information
youngyangyang04 authored Jun 19, 2023
2 parents 2cd668c + 517d9de commit aa146a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions problems/0072.编辑距离.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ exection -> execution (插入 'u')
* 0 <= word1.length, word2.length <= 500
* word1 和 word2 由小写英文字母组成

# 算法公开课
**《代码随想录》算法视频公开课:[动态规划终极绝杀! LeetCode:72.编辑距离](https://www.bilibili.com/video/BV1we4y157wB/),相信结合视频再看本篇题解,更有助于大家对本题的理解**

## 思路

Expand Down

0 comments on commit aa146a5

Please sign in to comment.