Skip to content

Commit 04e3abe

Browse files
committed
update readme
1 parent 829b82e commit 04e3abe

File tree

5 files changed

+3
-29
lines changed

5 files changed

+3
-29
lines changed

.github/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
3321-find-x-sum-of-all-k-long-subarrays-ii python hard
1+
3321-find-x-sum-of-all-k-long-subarrays-ii python hard
2+
2528-maximize-the-minimum-powered-city python hard

Question_List_2001_3000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
| 2523 | [Closest Prime Numbers in Range](https://leetcode.com/problems/closest-prime-numbers-in-range) | [Python](./Python/2523-closest-prime-numbers-in-range.py) | [Medium](./Readme/2523-closest-prime-numbers-in-range.md) |
223223
| 2526 | [Find Consecutive Integers from a Data Stream](https://leetcode.com/problems/find-consecutive-integers-from-a-data-stream) | [Python](./Python/2526-find-consecutive-integers-from-a-data-stream.py) | [Medium](./Readme/2526-find-consecutive-integers-from-a-data-stream.md) |
224224
| 2527 | [Find XOR Beauty of Array](https://leetcode.com/problems/find-xor-beauty-of-array) | [Python](./Python/2527-find-xor-beauty-of-array.py) | [Medium](./Readme/2527-find-xor-beauty-of-array.md) |
225+
| 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) |
225226
| 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) |
226227
| 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) |
227228
| 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) |

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -115,31 +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-
| [2618-maximize-the-minimum-powered-city](https://github.com/hogan-tech/leetcode-solution/tree/master/2618-maximize-the-minimum-powered-city) |
125-
## Binary Search
126-
| |
127-
| ------- |
128-
| [2618-maximize-the-minimum-powered-city](https://github.com/hogan-tech/leetcode-solution/tree/master/2618-maximize-the-minimum-powered-city) |
129-
## Greedy
130-
| |
131-
| ------- |
132-
| [2618-maximize-the-minimum-powered-city](https://github.com/hogan-tech/leetcode-solution/tree/master/2618-maximize-the-minimum-powered-city) |
133-
## Queue
134-
| |
135-
| ------- |
136-
| [2618-maximize-the-minimum-powered-city](https://github.com/hogan-tech/leetcode-solution/tree/master/2618-maximize-the-minimum-powered-city) |
137-
## Sliding Window
138-
| |
139-
| ------- |
140-
| [2618-maximize-the-minimum-powered-city](https://github.com/hogan-tech/leetcode-solution/tree/master/2618-maximize-the-minimum-powered-city) |
141-
## Prefix Sum
142-
| |
143-
| ------- |
144-
| [2618-maximize-the-minimum-powered-city](https://github.com/hogan-tech/leetcode-solution/tree/master/2618-maximize-the-minimum-powered-city) |
145-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)