Skip to content

Commit 6901cb3

Browse files
authored
fix: 修改中文单词冗余
1 parent 43face8 commit 6901cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0647.回文子串.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dp[i][j]可以初始化为true么? 当然不行,怎能刚开始就全都匹
102102

103103
4. 确定遍历顺序
104104

105-
遍历顺序可有有点讲究了
105+
遍历顺序可就有点讲究了
106106

107107
首先从递推公式中可以看出,情况三是根据dp[i + 1][j - 1]是否为true,在对dp[i][j]进行赋值true的。
108108

0 commit comments

Comments
 (0)