Skip to content

Commit fdafc70

Browse files
authored
Improved task 3546
1 parent d9ec8f7 commit fdafc70

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g3501_3600/s3546_equal_sum_grid_partition_i

1 file changed

+1
-1
lines changed

src/main/java/g3501_3600/s3546_equal_sum_grid_partition_i/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Return `true` if such a partition exists; otherwise return `false`.
1717

1818
**Explanation:**
1919

20-
![](https://assets.leetcode.com/uploads/2025/03/30/lc.png)![](https://assets.leetcode.com/uploads/2025/03/30/lc.jpeg)
20+
![](https://assets.leetcode.com/uploads/2025/03/30/lc.jpeg)
2121

2222
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`.
2323

0 commit comments

Comments
 (0)