We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ec8f7 commit fdafc70Copy full SHA for fdafc70
src/main/java/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