feat(content): hidden test cases

This commit is contained in:
2025-08-06 23:21:42 +01:00
parent 72f7833c6c
commit a1a4eeaed7
134 changed files with 2075 additions and 0 deletions

View File

@@ -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***.