Skip to content

Commit 902d2d0

Browse files
committed
update readme
1 parent c0d150d commit 902d2d0

File tree

6 files changed

+2
-64
lines changed

6 files changed

+2
-64
lines changed

.github/test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
0316-remove-duplicate-letters python medium
2-
1081-smallest-subsequence-of-distinct-characters python medium
1+
2154-keep-multiplying-found-values-by-two python easy

1802-number-of-students-unable-to-eat-lunch/1802-number-of-students-unable-to-eat-lunch.py

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

Question_List_2001_3000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
| 2147 | [Number of Ways to Divide a Long Corridor](https://leetcode.com/problems/number-of-ways-to-divide-a-long-corridor/) | [Python](./Python/2147-number-of-ways-to-divide-a-long-corridor.py) | [Hard](./Readme/2147-number-of-ways-to-divide-a-long-corridor.md) |
7373
| 2149 | [Rearrange Array Elements by Sign](https://leetcode.com/problems/rearrange-array-elements-by-sign/) | [Python](./Python/2149-rearrange-array-elements-by-sign.py) | [Medium](./Readme/2149-rearrange-array-elements-by-sign.md) |
7474
| 2150 | [Find All Lonely Numbers in the Array](https://leetcode.com/problems/find-all-lonely-numbers-in-the-array) | [Python](./Python/2150-find-all-lonely-numbers-in-the-array.py) | [Medium](./Readme/2150-find-all-lonely-numbers-in-the-array.md) |
75+
| 2154 | [Keep Multiplying Found Values by Two](https://leetcode.com/problems/keep-multiplying-found-values-by-two) | [Python](./Python/2154-keep-multiplying-found-values-by-two.py) | [Easy](./Readme/2154-keep-multiplying-found-values-by-two.md) |
7576
| 2155 | [All Divisions With the Highest Score of a Binary Array](https://leetcode.com/problems/all-divisions-with-the-highest-score-of-a-binary-array) | [Python](./Python/2155-all-divisions-with-the-highest-score-of-a-binary-array.py) | [Medium](./Readme/2155-all-divisions-with-the-highest-score-of-a-binary-array.md) |
7677
| 2161 | [Partition Array According to Given Pivot](https://leetcode.com/problems/partition-array-according-to-given-pivot) | [Python](./Python/2161-partition-array-according-to-given-pivot.py) | [Medium](./Readme/2161-partition-array-according-to-given-pivot.md) |
7778
| 2163 | [Minimum Difference in Sums After Removal of Elements](https://leetcode.com/problems/minimum-difference-in-sums-after-removal-of-elements) | [Python](./Python/2163-minimum-difference-in-sums-after-removal-of-elements.py) | [Hard](./Readme/2163-minimum-difference-in-sums-after-removal-of-elements.md) |

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -115,33 +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-
| [1802-number-of-students-unable-to-eat-lunch](https://github.com/hogan-tech/leetcode-solution/tree/master/1802-number-of-students-unable-to-eat-lunch) |
125-
| [2274-keep-multiplying-found-values-by-two](https://github.com/hogan-tech/leetcode-solution/tree/master/2274-keep-multiplying-found-values-by-two) |
126-
## Stack
127-
| |
128-
| ------- |
129-
| [1802-number-of-students-unable-to-eat-lunch](https://github.com/hogan-tech/leetcode-solution/tree/master/1802-number-of-students-unable-to-eat-lunch) |
130-
## Queue
131-
| |
132-
| ------- |
133-
| [1802-number-of-students-unable-to-eat-lunch](https://github.com/hogan-tech/leetcode-solution/tree/master/1802-number-of-students-unable-to-eat-lunch) |
134-
## Simulation
135-
| |
136-
| ------- |
137-
| [1802-number-of-students-unable-to-eat-lunch](https://github.com/hogan-tech/leetcode-solution/tree/master/1802-number-of-students-unable-to-eat-lunch) |
138-
| [2274-keep-multiplying-found-values-by-two](https://github.com/hogan-tech/leetcode-solution/tree/master/2274-keep-multiplying-found-values-by-two) |
139-
## Hash Table
140-
| |
141-
| ------- |
142-
| [2274-keep-multiplying-found-values-by-two](https://github.com/hogan-tech/leetcode-solution/tree/master/2274-keep-multiplying-found-values-by-two) |
143-
## Sorting
144-
| |
145-
| ------- |
146-
| [2274-keep-multiplying-found-values-by-two](https://github.com/hogan-tech/leetcode-solution/tree/master/2274-keep-multiplying-found-values-by-two) |
147-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)