@@ -31,6 +31,7 @@ Live list showcasing a collection of LeetCode questions to ace the coding interv
31
31
| [ 1477-product-of-the-last-k-numbers] ( https://github.com/ptbhatcoder/leet-code/tree/master/1477-product-of-the-last-k-numbers ) |
32
32
| [ 1510-find-lucky-integer-in-an-array] ( https://github.com/ptbhatcoder/leet-code/tree/master/1510-find-lucky-integer-in-an-array ) |
33
33
| [ 1621-number-of-subsequences-that-satisfy-the-given-sum-condition] ( https://github.com/ptbhatcoder/leet-code/tree/master/1621-number-of-subsequences-that-satisfy-the-given-sum-condition ) |
34
+ | [ 1628-count-submatrices-with-all-ones] ( https://github.com/ptbhatcoder/leet-code/tree/master/1628-count-submatrices-with-all-ones ) |
34
35
| [ 1631-number-of-sub-arrays-with-odd-sum] ( https://github.com/ptbhatcoder/leet-code/tree/master/1631-number-of-sub-arrays-with-odd-sum ) |
35
36
| [ 1656-count-good-triplets] ( https://github.com/ptbhatcoder/leet-code/tree/master/1656-count-good-triplets ) |
36
37
| [ 1813-maximum-erasure-value] ( https://github.com/ptbhatcoder/leet-code/tree/master/1813-maximum-erasure-value ) |
@@ -323,6 +324,7 @@ Live list showcasing a collection of LeetCode questions to ace the coding interv
323
324
## Stack
324
325
| |
325
326
| ------- |
327
+ | [ 1628-count-submatrices-with-all-ones] ( https://github.com/ptbhatcoder/leet-code/tree/master/1628-count-submatrices-with-all-ones ) |
326
328
| [ 1818-maximum-score-from-removing-substrings] ( https://github.com/ptbhatcoder/leet-code/tree/master/1818-maximum-score-from-removing-substrings ) |
327
329
| [ 2021-remove-all-occurrences-of-a-substring] ( https://github.com/ptbhatcoder/leet-code/tree/master/2021-remove-all-occurrences-of-a-substring ) |
328
330
| [ 2456-construct-smallest-number-from-di-string] ( https://github.com/ptbhatcoder/leet-code/tree/master/2456-construct-smallest-number-from-di-string ) |
@@ -491,6 +493,7 @@ Live list showcasing a collection of LeetCode questions to ace the coding interv
491
493
| [ 0934-bitwise-ors-of-subarrays] ( https://github.com/ptbhatcoder/leet-code/tree/master/0934-bitwise-ors-of-subarrays ) |
492
494
| [ 1170-shortest-common-supersequence] ( https://github.com/ptbhatcoder/leet-code/tree/master/1170-shortest-common-supersequence ) |
493
495
| [ 1402-count-square-submatrices-with-all-ones] ( https://github.com/ptbhatcoder/leet-code/tree/master/1402-count-square-submatrices-with-all-ones ) |
496
+ | [ 1628-count-submatrices-with-all-ones] ( https://github.com/ptbhatcoder/leet-code/tree/master/1628-count-submatrices-with-all-ones ) |
494
497
| [ 1631-number-of-sub-arrays-with-odd-sum] ( https://github.com/ptbhatcoder/leet-code/tree/master/1631-number-of-sub-arrays-with-odd-sum ) |
495
498
| [ 1849-maximum-absolute-sum-of-any-subarray] ( https://github.com/ptbhatcoder/leet-code/tree/master/1849-maximum-absolute-sum-of-any-subarray ) |
496
499
| [ 1986-largest-color-value-in-a-directed-graph] ( https://github.com/ptbhatcoder/leet-code/tree/master/1986-largest-color-value-in-a-directed-graph ) |
@@ -529,6 +532,7 @@ Live list showcasing a collection of LeetCode questions to ace the coding interv
529
532
| [ 0073-set-matrix-zeroes] ( https://github.com/ptbhatcoder/leet-code/tree/master/0073-set-matrix-zeroes ) |
530
533
| [ 0945-snakes-and-ladders] ( https://github.com/ptbhatcoder/leet-code/tree/master/0945-snakes-and-ladders ) |
531
534
| [ 1402-count-square-submatrices-with-all-ones] ( https://github.com/ptbhatcoder/leet-code/tree/master/1402-count-square-submatrices-with-all-ones ) |
535
+ | [ 1628-count-submatrices-with-all-ones] ( https://github.com/ptbhatcoder/leet-code/tree/master/1628-count-submatrices-with-all-ones ) |
532
536
| [ 2160-minimum-operations-to-make-a-uni-value-grid] ( https://github.com/ptbhatcoder/leet-code/tree/master/2160-minimum-operations-to-make-a-uni-value-grid ) |
533
537
| [ 2588-maximum-number-of-points-from-grid-queries] ( https://github.com/ptbhatcoder/leet-code/tree/master/2588-maximum-number-of-points-from-grid-queries ) |
534
538
| [ 3227-find-missing-and-repeated-values] ( https://github.com/ptbhatcoder/leet-code/tree/master/3227-find-missing-and-repeated-values ) |
@@ -623,6 +627,7 @@ Live list showcasing a collection of LeetCode questions to ace the coding interv
623
627
## Monotonic Stack
624
628
| |
625
629
| ------- |
630
+ | [ 1628-count-submatrices-with-all-ones] ( https://github.com/ptbhatcoder/leet-code/tree/master/1628-count-submatrices-with-all-ones ) |
626
631
| [ 3001-apply-operations-to-maximize-score] ( https://github.com/ptbhatcoder/leet-code/tree/master/3001-apply-operations-to-maximize-score ) |
627
632
## Combinatorics
628
633
| |
0 commit comments