DP Subrectangle¶
Table of Contents¶
- 3148. Maximum Difference Score in a Grid (Medium)
- 221. Maximal Square (Medium)
- 1277. Count Square Submatrices with All Ones (Medium)
- 2088. Count Fertile Pyramids in a Land (Hard)
- 3197. Find the Minimum Area to Cover All Ones II (Hard)
3148. Maximum Difference Score in a Grid¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, dynamic programming, matrix
221. Maximal Square¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, dynamic programming, matrix
1277. Count Square Submatrices with All Ones¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, dynamic programming, matrix
2088. Count Fertile Pyramids in a Land¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: array, dynamic programming, matrix
3197. Find the Minimum Area to Cover All Ones II¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: array, matrix, enumeration