Skip to content

Commit 2bc04c0

Browse files
committed
Update README - Topic Tags
1 parent 62587ed commit 2bc04c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Live list showcasing a collection of LeetCode questions to ace the coding interv
3131
| [1477-product-of-the-last-k-numbers](https://github.com/ptbhatcoder/leet-code/tree/master/1477-product-of-the-last-k-numbers) |
3232
| [1510-find-lucky-integer-in-an-array](https://github.com/ptbhatcoder/leet-code/tree/master/1510-find-lucky-integer-in-an-array) |
3333
| [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) |
3435
| [1631-number-of-sub-arrays-with-odd-sum](https://github.com/ptbhatcoder/leet-code/tree/master/1631-number-of-sub-arrays-with-odd-sum) |
3536
| [1656-count-good-triplets](https://github.com/ptbhatcoder/leet-code/tree/master/1656-count-good-triplets) |
3637
| [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
323324
## Stack
324325
| |
325326
| ------- |
327+
| [1628-count-submatrices-with-all-ones](https://github.com/ptbhatcoder/leet-code/tree/master/1628-count-submatrices-with-all-ones) |
326328
| [1818-maximum-score-from-removing-substrings](https://github.com/ptbhatcoder/leet-code/tree/master/1818-maximum-score-from-removing-substrings) |
327329
| [2021-remove-all-occurrences-of-a-substring](https://github.com/ptbhatcoder/leet-code/tree/master/2021-remove-all-occurrences-of-a-substring) |
328330
| [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
491493
| [0934-bitwise-ors-of-subarrays](https://github.com/ptbhatcoder/leet-code/tree/master/0934-bitwise-ors-of-subarrays) |
492494
| [1170-shortest-common-supersequence](https://github.com/ptbhatcoder/leet-code/tree/master/1170-shortest-common-supersequence) |
493495
| [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) |
494497
| [1631-number-of-sub-arrays-with-odd-sum](https://github.com/ptbhatcoder/leet-code/tree/master/1631-number-of-sub-arrays-with-odd-sum) |
495498
| [1849-maximum-absolute-sum-of-any-subarray](https://github.com/ptbhatcoder/leet-code/tree/master/1849-maximum-absolute-sum-of-any-subarray) |
496499
| [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
529532
| [0073-set-matrix-zeroes](https://github.com/ptbhatcoder/leet-code/tree/master/0073-set-matrix-zeroes) |
530533
| [0945-snakes-and-ladders](https://github.com/ptbhatcoder/leet-code/tree/master/0945-snakes-and-ladders) |
531534
| [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) |
532536
| [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) |
533537
| [2588-maximum-number-of-points-from-grid-queries](https://github.com/ptbhatcoder/leet-code/tree/master/2588-maximum-number-of-points-from-grid-queries) |
534538
| [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
623627
## Monotonic Stack
624628
| |
625629
| ------- |
630+
| [1628-count-submatrices-with-all-ones](https://github.com/ptbhatcoder/leet-code/tree/master/1628-count-submatrices-with-all-ones) |
626631
| [3001-apply-operations-to-maximize-score](https://github.com/ptbhatcoder/leet-code/tree/master/3001-apply-operations-to-maximize-score) |
627632
## Combinatorics
628633
| |

0 commit comments

Comments
 (0)