feat(content): hidden test cases
This commit is contained in:
@@ -26,6 +26,12 @@ test_cases:
|
||||
expected: 0
|
||||
- input: { prices: [1] }
|
||||
expected: 0
|
||||
- input: { prices: [2, 1, 2, 1, 0, 1, 2] }
|
||||
expected: 2
|
||||
- input: { prices: [3, 2, 6, 5, 0, 3] }
|
||||
expected: 4
|
||||
- input: { prices: [1, 2] }
|
||||
expected: 1
|
||||
|
||||
description: |
|
||||
You are given an array `prices` where `prices[i]` is the price of a given stock on the i<sup>th</sup> day.
|
||||
|
||||
Reference in New Issue
Block a user