Skip to content

Commit 1886183

Browse files
committed
update readme
1 parent 1a418bc commit 1886183

File tree

9 files changed

+2
-232
lines changed

9 files changed

+2
-232
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2211-count-collisions-on-a-road python medium
1+
1523-count-odd-numbers-in-an-interval-range python easy

3432-count-partitions-with-even-sum-difference/3432-count-partitions-with-even-sum-difference.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

3432-count-partitions-with-even-sum-difference/README.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

3578-count-partitions-with-max-min-difference-at-most-k/3578-count-partitions-with-max-min-difference-at-most-k.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

3578-count-partitions-with-max-min-difference-at-most-k/README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

1523-count-odd-numbers-in-an-interval-range/1523-count-odd-numbers-in-an-interval-range.py renamed to Python/1523-count-odd-numbers-in-an-interval-range.py

File renamed without changes.

Question_List_1001_2000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@
255255
| 1513 | [Number of Substrings With Only 1s](https://leetcode.com/problems/number-of-substrings-with-only-1s) | [Python](./Python/1513-number-of-substrings-with-only-1s.py) | [Medium](./Readme/1513-number-of-substrings-with-only-1s.md) |
256256
| 1514 | [Path with Maximum Probability](https://leetcode.com/problems/path-with-maximum-probability/) | [Python](./Python/1514-path-with-maximum-probability.py) | [Medium](./Readme/1514-path-with-maximum-probability.md) |
257257
| 1518 | [Water Bottles](https://leetcode.com/problems/water-bottles/) | [Python](./Python/1518-water-bottles.py) | [Easy](./Readme/1518-water-bottles.md) |
258+
| 1523 | [Count Odd Numbers in an Interval Range](https://leetcode.com/problems/count-odd-numbers-in-an-interval-range/) | [Python](./Python/1523-count-odd-numbers-in-an-interval-range.py) | [Easy](./Readme/1523-count-odd-numbers-in-an-interval-range.md) |
258259
| 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) |
259260
| 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) |
260261
| 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) |

README.md

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -115,50 +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-
## String
122-
| |
123-
| ------- |
124-
| [2211-count-collisions-on-a-road](https://github.com/hogan-tech/leetcode-solution/tree/master/2211-count-collisions-on-a-road) |
125-
## Stack
126-
| |
127-
| ------- |
128-
| [2211-count-collisions-on-a-road](https://github.com/hogan-tech/leetcode-solution/tree/master/2211-count-collisions-on-a-road) |
129-
## Simulation
130-
| |
131-
| ------- |
132-
| [2211-count-collisions-on-a-road](https://github.com/hogan-tech/leetcode-solution/tree/master/2211-count-collisions-on-a-road) |
133-
## Array
134-
| |
135-
| ------- |
136-
| [3432-count-partitions-with-even-sum-difference](https://github.com/hogan-tech/leetcode-solution/tree/master/3432-count-partitions-with-even-sum-difference) |
137-
| [3578-count-partitions-with-max-min-difference-at-most-k](https://github.com/hogan-tech/leetcode-solution/tree/master/3578-count-partitions-with-max-min-difference-at-most-k) |
138-
## Math
139-
| |
140-
| ------- |
141-
| [1523-count-odd-numbers-in-an-interval-range](https://github.com/hogan-tech/leetcode-solution/tree/master/1523-count-odd-numbers-in-an-interval-range) |
142-
| [3432-count-partitions-with-even-sum-difference](https://github.com/hogan-tech/leetcode-solution/tree/master/3432-count-partitions-with-even-sum-difference) |
143-
## Prefix Sum
144-
| |
145-
| ------- |
146-
| [3432-count-partitions-with-even-sum-difference](https://github.com/hogan-tech/leetcode-solution/tree/master/3432-count-partitions-with-even-sum-difference) |
147-
| [3578-count-partitions-with-max-min-difference-at-most-k](https://github.com/hogan-tech/leetcode-solution/tree/master/3578-count-partitions-with-max-min-difference-at-most-k) |
148-
## Dynamic Programming
149-
| |
150-
| ------- |
151-
| [3578-count-partitions-with-max-min-difference-at-most-k](https://github.com/hogan-tech/leetcode-solution/tree/master/3578-count-partitions-with-max-min-difference-at-most-k) |
152-
## Queue
153-
| |
154-
| ------- |
155-
| [3578-count-partitions-with-max-min-difference-at-most-k](https://github.com/hogan-tech/leetcode-solution/tree/master/3578-count-partitions-with-max-min-difference-at-most-k) |
156-
## Sliding Window
157-
| |
158-
| ------- |
159-
| [3578-count-partitions-with-max-min-difference-at-most-k](https://github.com/hogan-tech/leetcode-solution/tree/master/3578-count-partitions-with-max-min-difference-at-most-k) |
160-
## Monotonic Queue
161-
| |
162-
| ------- |
163-
| [3578-count-partitions-with-max-min-difference-at-most-k](https://github.com/hogan-tech/leetcode-solution/tree/master/3578-count-partitions-with-max-min-difference-at-most-k) |
164-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)