Skip to content

Commit

Permalink
0300.最长上升子序列:调整笔误
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyangu committed Dec 28, 2021
1 parent 94d1320 commit 09f9682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/0300.最长上升子序列.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

3. dp[i]的初始化

每一个i,对应的dp[i](即最长上升子序列)起始大小至少都是是1.
每一个i,对应的dp[i](即最长上升子序列)起始大小至少都是1.

4. 确定遍历顺序

Expand Down

0 comments on commit 09f9682

Please sign in to comment.