feat(content): hidden test cases
This commit is contained in:
@@ -28,6 +28,12 @@ test_cases:
|
||||
expected: 0
|
||||
- input: { nums: [1, 2, 3, 4, 5], target: 3 }
|
||||
expected: 2
|
||||
- input: { nums: [6, 7, 8, 1, 2, 3, 4, 5], target: 8 }
|
||||
expected: 2
|
||||
- input: { nums: [3, 4, 5, 6, 7, 8, 1, 2], target: 2 }
|
||||
expected: 7
|
||||
- input: { nums: [2, 3, 4, 5, 6, 7, 8, 1], target: 6 }
|
||||
expected: 4
|
||||
|
||||
description: |
|
||||
There is an integer array `nums` sorted in ascending order (with **distinct** values).
|
||||
|
||||
Reference in New Issue
Block a user