feat(content): hidden test cases
This commit is contained in:
@@ -27,6 +27,12 @@ test_cases:
|
||||
expected: -1
|
||||
- input: { grid: [[2, 1, 1], [1, 1, 1], [1, 1, 2]] }
|
||||
expected: 2
|
||||
- input: { grid: [[2]] }
|
||||
expected: 0
|
||||
- input: { grid: [[1, 2]] }
|
||||
expected: 1
|
||||
- input: { grid: [[2, 1, 1, 1, 1]] }
|
||||
expected: 4
|
||||
|
||||
description: |
|
||||
You are given an `m x n` `grid` where each cell can have one of three values:
|
||||
|
||||
Reference in New Issue
Block a user