Skip to content

Commit 879cb52

Browse files
committed
update readme
1 parent bb65392 commit 879cb52

File tree

5 files changed

+2
-50
lines changed

5 files changed

+2
-50
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2464-minimum-subarrays-in-a-valid-split python medium
1+
1526-minimum-number-of-increments-on-subarrays-to-form-a-target-array python hard

Question_List_1001_2000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
| 1518 | [Water Bottles](https://leetcode.com/problems/water-bottles/) | [Python](./Python/1518-water-bottles.py) | [Easy](./Readme/1518-water-bottles.md) |
252252
| 1524 | [Number of Sub-arrays With Odd Sum](https://leetcode.com/problems/number-of-sub-arrays-with-odd-sum) | [Python](./Python/1524-number-of-sub-arrays-with-odd-sum.py) | [Medium](./Readme/1524-number-of-sub-arrays-with-odd-sum.md) |
253253
| 1525 | [Number of Good Ways to Split a String](https://leetcode.com/problems/number-of-good-ways-to-split-a-string) | [Python](./Python/1525-number-of-good-ways-to-split-a-string.py) | [Medium](./Readme/1525-number-of-good-ways-to-split-a-string.md) |
254+
| 1526 | [Minimum Number of Increments on Subarrays to Form a Target Array](https://leetcode.com/problems/minimum-number-of-increments-on-subarrays-to-form-a-target-array/) | [Python](./Python/1526-minimum-number-of-increments-on-subarrays-to-form-a-target-array.py) | [Hard](./Readme/1526-minimum-number-of-increments-on-subarrays-to-form-a-target-array.md) |
254255
| 1529 | [Minimum Suffix Flips](https://leetcode.com/problems/minimum-suffix-flips) | [Python](./Python/1529-minimum-suffix-flips.py) | [Medium](./Readme/1529-minimum-suffix-flips.md) |
255256
| 1530 | [Number of Good Leaf Nodes Pairs](https://leetcode.com/problems/number-of-good-leaf-nodes-pairs/) | [Python](./Python/1530-number-of-good-leaf-nodes-pairs.py) | [Medium](./Readme/1530-number-of-good-leaf-nodes-pairs.md) |
256257
| 1531 | [String Compression II](https://leetcode.com/problems/string-compression-ii/) | [Python](./Python/1531-string-compression-ii.py) | [Hard](./Readme/1531-string-compression-ii.md) |

README.md

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -115,52 +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-
| [0315-count-of-smaller-numbers-after-self](https://github.com/hogan-tech/leetcode-solution/tree/master/0315-count-of-smaller-numbers-after-self) |
125-
| [1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array](https://github.com/hogan-tech/leetcode-solution/tree/master/1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array) |
126-
## Binary Search
127-
| |
128-
| ------- |
129-
| [0315-count-of-smaller-numbers-after-self](https://github.com/hogan-tech/leetcode-solution/tree/master/0315-count-of-smaller-numbers-after-self) |
130-
## Divide and Conquer
131-
| |
132-
| ------- |
133-
| [0315-count-of-smaller-numbers-after-self](https://github.com/hogan-tech/leetcode-solution/tree/master/0315-count-of-smaller-numbers-after-self) |
134-
## Binary Indexed Tree
135-
| |
136-
| ------- |
137-
| [0315-count-of-smaller-numbers-after-self](https://github.com/hogan-tech/leetcode-solution/tree/master/0315-count-of-smaller-numbers-after-self) |
138-
## Segment Tree
139-
| |
140-
| ------- |
141-
| [0315-count-of-smaller-numbers-after-self](https://github.com/hogan-tech/leetcode-solution/tree/master/0315-count-of-smaller-numbers-after-self) |
142-
## Merge Sort
143-
| |
144-
| ------- |
145-
| [0315-count-of-smaller-numbers-after-self](https://github.com/hogan-tech/leetcode-solution/tree/master/0315-count-of-smaller-numbers-after-self) |
146-
## Ordered Set
147-
| |
148-
| ------- |
149-
| [0315-count-of-smaller-numbers-after-self](https://github.com/hogan-tech/leetcode-solution/tree/master/0315-count-of-smaller-numbers-after-self) |
150-
## Dynamic Programming
151-
| |
152-
| ------- |
153-
| [1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array](https://github.com/hogan-tech/leetcode-solution/tree/master/1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array) |
154-
## Stack
155-
| |
156-
| ------- |
157-
| [1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array](https://github.com/hogan-tech/leetcode-solution/tree/master/1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array) |
158-
## Greedy
159-
| |
160-
| ------- |
161-
| [1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array](https://github.com/hogan-tech/leetcode-solution/tree/master/1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array) |
162-
## Monotonic Stack
163-
| |
164-
| ------- |
165-
| [1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array](https://github.com/hogan-tech/leetcode-solution/tree/master/1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array) |
166-
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)