Update 0300.最长上升子序列.md
This commit is contained in:
@@ -116,7 +116,7 @@ Python:
|
||||
|
||||
|
||||
Go:
|
||||
```
|
||||
```go
|
||||
func lengthOfLIS(nums []int ) int {
|
||||
dp := []int{}
|
||||
for _, num := range nums {
|
||||
|
||||
Reference in New Issue
Block a user