Skip to content

Commit 736adf5

Browse files
committed
update readme
1 parent 6b447a5 commit 736adf5

11 files changed

+6
-93
lines changed

.github/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
3769-sort-integers-by-binary-reflection python easy
2-
3770-largest-prime-from-consecutive-prime-sum python medium
3-
3771-total-score-of-dungeon-runs python medium
1+
3774-absolute-difference-between-maximum-and-minimum-k-elements python easy
2+
3775-reverse-words-with-same-vowel-count python medium
3+
3776-minimum-moves-to-balance-circular-array python medium

2147-number-of-ways-to-divide-a-long-corridor/2147-number-of-ways-to-divide-a-long-corridor.py

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

2147-number-of-ways-to-divide-a-long-corridor/README.md

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

3774-absolute-difference-between-maximum-and-minimum-k-elements/3774-absolute-difference-between-maximum-and-minimum-k-elements.py renamed to Python/3774-absolute-difference-between-maximum-and-minimum-k-elements.py

File renamed without changes.

3775-reverse-words-with-same-vowel-count/3775-reverse-words-with-same-vowel-count.py renamed to Python/3775-reverse-words-with-same-vowel-count.py

File renamed without changes.

3776-minimum-moves-to-balance-circular-array/3776-minimum-moves-to-balance-circular-array.py renamed to Python/3776-minimum-moves-to-balance-circular-array.py

File renamed without changes.

Question_List_3001_4000.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,3 +315,6 @@
315315
| 3769 | [Sort Integers by Binary Reflection](https://leetcode.com/problems/sort-integers-by-binary-reflection) | [Python](./Python/3769-sort-integers-by-binary-reflection.py) | [Easy](./Readme/3769-sort-integers-by-binary-reflection.md) |
316316
| 3770 | [Largest Prime from Consecutive Prime Sum](https://leetcode.com/problems/largest-prime-from-consecutive-prime-sum) | [Python](./Python/3770-largest-prime-from-consecutive-prime-sum.py) | [Medium](./Readme/3770-largest-prime-from-consecutive-prime-sum.md) |
317317
| 3771 | [Total Score of Dungeon Runs](https://leetcode.com/problems/total-score-of-dungeon-runs) | [Python](./Python/3771-total-score-of-dungeon-runs.py) | [Medium](./Readme/3771-total-score-of-dungeon-runs.md) |
318+
| 3774 | [Absolute Difference Between Maximum and Minimum K Elements](https://leetcode.com/problems/absolute-difference-between-maximum-and-minimum-k-elements) | [Python](./Python/3774-absolute-difference-between-maximum-and-minimum-k-elements.py) | [Easy](./Readme/3774-absolute-difference-between-maximum-and-minimum-k-elements.md) |
319+
| 3775 | [Reverse Words With Same Vowel Count](https://leetcode.com/problems/reverse-words-with-same-vowel-count) | [Python](./Python/3775-reverse-words-with-same-vowel-count.py) | [Medium](./Readme/3775-reverse-words-with-same-vowel-count.md) |
320+
| 3776 | [Minimum Moves to Balance Circular Array](https://leetcode.com/problems/minimum-moves-to-balance-circular-array) | [Python](./Python/3776-minimum-moves-to-balance-circular-array.py) | [Medium](./Readme/3776-minimum-moves-to-balance-circular-array.md) |

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +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-
## Math
122-
| |
123-
| ------- |
124-
| [2147-number-of-ways-to-divide-a-long-corridor](https://github.com/hogan-tech/leetcode-solution/tree/master/2147-number-of-ways-to-divide-a-long-corridor) |
125-
## String
126-
| |
127-
| ------- |
128-
| [2147-number-of-ways-to-divide-a-long-corridor](https://github.com/hogan-tech/leetcode-solution/tree/master/2147-number-of-ways-to-divide-a-long-corridor) |
129-
## Dynamic Programming
130-
| |
131-
| ------- |
132-
| [2147-number-of-ways-to-divide-a-long-corridor](https://github.com/hogan-tech/leetcode-solution/tree/master/2147-number-of-ways-to-divide-a-long-corridor) |
133-
<!---LeetCode Topics End-->

3774-absolute-difference-between-maximum-and-minimum-k-elements/README.md renamed to Readme/3774-absolute-difference-between-maximum-and-minimum-k-elements.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)