Skip to content

Commit e2e33f3

Browse files
committed
update readme
1 parent 84ca441 commit e2e33f3

File tree

5 files changed

+2
-18
lines changed

5 files changed

+2
-18
lines changed

.github/test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
1470-shuffle-the-array python easy
2-
1929-concatenation-of-array python easy
1+
2536-increment-submatrices-by-one python medium

Question_List_2001_3000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
| 2528 | [Maximize the Minimum Powered City](https://leetcode.com/problems/maximize-the-minimum-powered-city) | [Python](./Python/2528-maximize-the-minimum-powered-city.py) | [Hard](./Readme/2528-maximize-the-minimum-powered-city.md) |
227227
| 2529 | [Maximum Count of Positive Integer and Negative Integer](https://leetcode.com/problems/maximum-count-of-positive-integer-and-negative-integer) | [Python](./Python/2529-maximum-count-of-positive-integer-and-negative-integer.py) | [Easy](./Readme/2529-maximum-count-of-positive-integer-and-negative-integer.md) |
228228
| 2530 | [Maximal Score After Applying K Operations](https://leetcode.com/problems/maximal-score-after-applying-k-operations) | [Python](./Python/2530-maximal-score-after-applying-k-operations.py) | [Medium](./Readme/2530-maximal-score-after-applying-k-operations.md) |
229+
| 2536 | [Increment Submatrices by One](https://leetcode.com/problems/increment-submatrices-by-one) | [Python](./Python/2536-increment-submatrices-by-one.py) | [Medium](./Readme/2536-increment-submatrices-by-one.md) |
229230
| 2537 | [Count the Number of Good Subarrays](https://leetcode.com/problems/count-the-number-of-good-subarrays) | [Python](./Python/2537-count-the-number-of-good-subarrays.py) | [Medium](./Readme/2537-count-the-number-of-good-subarrays.md) |
230231
| 2539 | [Count the Number of Good Subsequences](https://leetcode.com/problems/count-the-number-of-good-subsequences) | [Python](./Python/2539-count-the-number-of-good-subsequences.py) | [Medium](./Readme/2539-count-the-number-of-good-subsequences.md) |
231232
| 2540 | [Minimum Common Value](https://leetcode.com/problems/minimum-common-value/) | [Python](./Python/2540-minimum-common-value.py) | [Easy](./Readme/2540-minimum-common-value.md) |

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,3 @@ It helps others discover the repo and keeps the project growing.
115115
---
116116

117117
Feedback / Questions → open an Issue or reach out on [LinkedIn](https://www.linkedin.com/in/hogan-l/)
118-
119-
<!---LeetCode Topics Start-->
120-
# LeetCode Topics
121-
## Array
122-
| |
123-
| ------- |
124-
| [2625-increment-submatrices-by-one](https://github.com/hogan-tech/leetcode-solution/tree/master/2625-increment-submatrices-by-one) |
125-
## Matrix
126-
| |
127-
| ------- |
128-
| [2625-increment-submatrices-by-one](https://github.com/hogan-tech/leetcode-solution/tree/master/2625-increment-submatrices-by-one) |
129-
## Prefix Sum
130-
| |
131-
| ------- |
132-
| [2625-increment-submatrices-by-one](https://github.com/hogan-tech/leetcode-solution/tree/master/2625-increment-submatrices-by-one) |
133-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)