Skip to content

Commit 7d37cd2

Browse files
committed
update readme
1 parent cd69e8d commit 7d37cd2

File tree

5 files changed

+2
-21
lines changed

5 files changed

+2
-21
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2048-next-greater-numerically-balanced-number python medium
1+
2464-minimum-subarrays-in-a-valid-split python medium

Question_List_2001_3000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
| 2461 | [Maximum Sum of Distinct Subarrays With Length K](https://leetcode.com/problems/maximum-sum-of-distinct-subarrays-with-length-k) | [Python](./Python/2461-maximum-sum-of-distinct-subarrays-with-length-k.py) | [Medium](./Readme/2461-maximum-sum-of-distinct-subarrays-with-length-k.md) |
199199
| 2462 | [Total Cost to Hire K Workers](https://leetcode.com/problems/total-cost-to-hire-k-workers/) | [Python](./Python/2462-total-cost-to-hire-k-workers.py) | [Medium](./Readme/2462-total-cost-to-hire-k-workers.md) |
200200
| 2463 | [Minimum Total Distance Traveled](https://leetcode.com/problems/minimum-total-distance-traveled) | [Python](./Python/2463-minimum-total-distance-traveled.py) | [Hard](./Readme/2463-minimum-total-distance-traveled.md) |
201+
| 2464 | [Minimum Subarrays in a Valid Split](https://leetcode.com/problems/minimum-subarrays-in-a-valid-split/) | [Python](./Python/2464-minimum-subarrays-in-a-valid-split.py) | [Medium](./Readme/2464-minimum-subarrays-in-a-valid-split.md) |
201202
| 2466 | [Count Ways to Build Good Strings](https://leetcode.com/problems/count-ways-to-build-good-strings) | [Python](./Python/2466-count-ways-to-build-good-strings.py) | [Medium](./Readme/2466-count-ways-to-build-good-strings.md) |
202203
| 2467 | [Most Profitable Path in a Tree](https://leetcode.com/problems/most-profitable-path-in-a-tree) | [Python](./Python/2467-most-profitable-path-in-a-tree.py) | [Medium](./Readme/2467-most-profitable-path-in-a-tree.md) |
203204
| 2470 | [Number of Subarrays With LCM Equal to K](https://leetcode.com/problems/number-of-subarrays-with-lcm-equal-to-k) | [Python](./Python/2470-number-of-subarrays-with-lcm-equal-to-k.py) | [Medium](./Readme/2470-number-of-subarrays-with-lcm-equal-to-k.md) |

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +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-
| [2607-minimum-subarrays-in-a-valid-split](https://github.com/hogan-tech/leetcode-solution/tree/master/2607-minimum-subarrays-in-a-valid-split) |
125-
## Math
126-
| |
127-
| ------- |
128-
| [2607-minimum-subarrays-in-a-valid-split](https://github.com/hogan-tech/leetcode-solution/tree/master/2607-minimum-subarrays-in-a-valid-split) |
129-
## Dynamic Programming
130-
| |
131-
| ------- |
132-
| [2607-minimum-subarrays-in-a-valid-split](https://github.com/hogan-tech/leetcode-solution/tree/master/2607-minimum-subarrays-in-a-valid-split) |
133-
## Number Theory
134-
| |
135-
| ------- |
136-
| [2607-minimum-subarrays-in-a-valid-split](https://github.com/hogan-tech/leetcode-solution/tree/master/2607-minimum-subarrays-in-a-valid-split) |
137-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)