We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf853cd commit 3e57c6cCopy full SHA for 3e57c6c
src/main/kotlin/g3501_3600/s3546_equal_sum_grid_partition_i/readme.md
@@ -17,7 +17,7 @@ Return `true` if such a partition exists; otherwise return `false`.
17
18
**Explanation:**
19
20
-
+
21
22
A horizontal cut between row 0 and row 1 results in two non-empty sections, each with a sum of 5. Thus, the answer is `true`.
23
0 commit comments