Skip to content

Commit

Permalink
3070. Count Submatrices with Top-Left Element and Sum Less Than k
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonjwong committed Mar 7, 2024
1 parent b1f3dd3 commit a232e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ We can perform a linear scan tracking the optimal solution ending at a specific
* [2711. Difference of Number of Distinct Values on Diagonals](https://leetcode.com/problems/difference-of-number-of-distinct-values-on-diagonals/discuss/3576060/The-ART-of-Dynamic-Programming)
* [2780. Minimum Index of a Valid Split](https://leetcode.com/problems/minimum-index-of-a-valid-split/discuss/3779138/The-ART-of-Dynamic-Programming)
* [2971. Find Polygon With the Largest Perimeter](https://leetcode.com/problems/find-polygon-with-the-largest-perimeter/solutions/4732191/the-art-of-dynamic-programming/)
* [3070. Count Submatrices with Top-Left Element and Sum Less Than k](https://leetcode.com/problems/count-submatrices-with-top-left-element-and-sum-less-than-k/solutions/4839042/the-art-of-dynamic-programming/)


#### Bottom-Up Sequentially Building Upon "K-th Buckets" of Previous Solutions:
Expand Down

0 comments on commit a232e66

Please sign in to comment.