feat(content): hidden test cases
This commit is contained in:
@@ -26,6 +26,12 @@ test_cases:
|
||||
expected: -2
|
||||
- input: { nums: [0, 1, 0] }
|
||||
expected: 1
|
||||
- input: { nums: [1, 2, 3, 2, 1] }
|
||||
expected: 3
|
||||
- input: { nums: [7, 7, 8, 8, 9] }
|
||||
expected: 9
|
||||
- input: { nums: [100] }
|
||||
expected: 100
|
||||
|
||||
description: |
|
||||
Given a **non-empty** array of integers `nums`, every element appears *twice* except for one. Find that single one.
|
||||
|
||||
Reference in New Issue
Block a user