feat(content): hidden test cases
This commit is contained in:
@@ -30,6 +30,12 @@ test_cases:
|
||||
expected: 1
|
||||
- input: { nums: [4, 10, 4, 3, 8, 9] }
|
||||
expected: 3
|
||||
- input: { nums: [2, 2, 2, 2, 2] }
|
||||
expected: 1
|
||||
- input: { nums: [1, 3, 6, 7, 9, 4, 10, 5, 6] }
|
||||
expected: 6
|
||||
- input: { nums: [3, 5, 6, 2, 5, 4, 19, 5, 6, 7, 12] }
|
||||
expected: 6
|
||||
|
||||
description: |
|
||||
Given an integer array `nums`, return *the length of the longest **strictly increasing subsequence***.
|
||||
|
||||
Reference in New Issue
Block a user