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 a7d546c

Browse files
Update 0300.最长上升子序列.md
1 parent d3a07fa commit a7d546c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎problems/0300.最长上升子序列.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ class Solution {
141141
}
142142
}
143143
```
144-
DP
144+
145145
Python:
146+
147+
DP
146148
```python
147149
class Solution:
148150
def lengthOfLIS(self, nums: List[int]) -> int:

0 commit comments

Comments
(0)

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