Skip to content

Commit e383c66

Browse files
authoredMar 3, 2024
Update solutions/silver/usaco-923.mdx
1 parent 1ade11a commit e383c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎solutions/silver/usaco-923.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $200\times200$ matrix):
7878
### Using Kadane's
7979

8080
Now, we've reduced this problem to finding the max submatrix sum on a matrix,
81-
given that we can have two disjoint submatrices. Though it's a tall talk, let's
81+
given that we can have two disjoint submatrices. Though it's a tall task, let's
8282
try and tackle this bit by bit, first by considering if there's only _1_ matrix
8383
we can paint.
8484

0 commit comments

Comments
 (0)