Skip to content

Commit 0fad1f6

Browse files
committed
0583.两个字符串的删除操作:调整笔误
1 parent 02fe7d6 commit 0fad1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## 思路
2020

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

2323
这次是两个字符串可以相互删了,这种题目也知道用动态规划的思路来解,动规五部曲,分析如下:
2424

0 commit comments

Comments
 (0)