We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ade11a commit e383c66Copy full SHA for e383c66
solutions/silver/usaco-923.mdx
@@ -78,7 +78,7 @@ $200\times200$ matrix):
78
### Using Kadane's
79
80
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
+given that we can have two disjoint submatrices. Though it's a tall task, let's
82
try and tackle this bit by bit, first by considering if there's only _1_ matrix
83
we can paint.
84
0 commit comments