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

@@ -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: