Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 342e7a5

Browse files
加入B站視頻網址
1 parent 59a9280 commit 342e7a5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎problems/0583.两个字符串的删除操作.md‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@
1414

1515
* 输入: "sea", "eat"
1616
* 输出: 2
17-
* 解释: 第一步将"sea"变为"ea",第二步将"eat"变为"ea"
17+
* 解释: 第一步将"sea"变为"ea",第二步将"eat"变为"ea"
1818

19-
## 思路
2019

20+
# 算法公开课
21+
22+
**《代码随想录》算法视频公开课:[动态规划之子序列,还是为了编辑距离做铺垫 | LeetCode:583.两个字符串的删除操(https://www.bilibili.com/video/BV1we4y157wB/),相信结合视频再看本篇题解,更有助于大家对本题的理解**。
23+
24+
25+
## 思路
2126
### 动态规划一
2227

2328
本题和[动态规划:115.不同的子序列](https://programmercarl.com/0115.不同的子序列.html)相比,其实就是两个字符串都可以删除了,情况虽说复杂一些,但整体思路是不变的。

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /