Skip to content

Commit 68cee13

Browse files
committed
update readme
1 parent b3b36f2 commit 68cee13

File tree

5 files changed

+6
-103
lines changed

5 files changed

+6
-103
lines changed

.github/test.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
2154-keep-multiplying-found-values-by-two python easy
2-
0757-set-intersection-size-at-least-two python medium
1+
3750-minimum-number-of-flips-to-reverse-binary-string python easy
2+
3751-total-waviness-of-numbers-in-range-i python medium
3+
3752-lexicographically-smallest-negated-permutation-that-sums-to-target python medium

2059-unique-length-3-palindromic-subsequences/2059-unique-length-3-palindromic-subsequences.py

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

2059-unique-length-3-palindromic-subsequences/README.md

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

Question_List_3001_4000.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,6 @@
303303
| 3745 | [Maximize Expression of Three Elements](https://leetcode.com/problems/maximize-expression-of-three-elements) | [Python](./Python/3745-maximize-expression-of-three-elements.py) | [Easy](./Readme/3745-maximize-expression-of-three-elements.md) |
304304
| 3746 | [Minimum String Length After Balanced Removals](https://leetcode.com/problems/minimum-string-length-after-balanced-removals) | [Python](./Python/3746-minimum-string-length-after-balanced-removals.py) | [Medium](./Readme/3746-minimum-string-length-after-balanced-removals.md) |
305305
| 3747 | [Count Distinct Integers After Removing Zeros](https://leetcode.com/problems/count-distinct-integers-after-removing-zeros) | [Python](./Python/3747-count-distinct-integers-after-removing-zeros.py) | [Medium](./Readme/3747-count-distinct-integers-after-removing-zeros.md) |
306+
| 3750 | [Minimum Number of Flips to Reverse Binary String](https://leetcode.com/problems/minimum-number-of-flips-to-reverse-binary-string) | [Python](./Python/3750-minimum-number-of-flips-to-reverse-binary-string.py) | [Easy](./Readme/3750-minimum-number-of-flips-to-reverse-binary-string.md) |
307+
| 3751 | [Total Waviness of Numbers in Range I](https://leetcode.com/problems/total-waviness-of-numbers-in-range-i) | [Python](./Python/3751-total-waviness-of-numbers-in-range-i.py) | [Medium](./Readme/3751-total-waviness-of-numbers-in-range-i.md) |
308+
| 3752 | [Lexicographically Smallest Negated Permutation That Sums to Target](https://leetcode.com/problems/lexicographically-smallest-negated-permutation-that-sums-to-target) | [Python](./Python/3752-lexicographically-smallest-negated-permutation-that-sums-to-target.py) | [Medium](./Readme/3752-lexicographically-smallest-negated-permutation-that-sums-to-target.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-
## Hash Table
122-
| |
123-
| ------- |
124-
| [2059-unique-length-3-palindromic-subsequences](https://github.com/hogan-tech/leetcode-solution/tree/master/2059-unique-length-3-palindromic-subsequences) |
125-
## String
126-
| |
127-
| ------- |
128-
| [2059-unique-length-3-palindromic-subsequences](https://github.com/hogan-tech/leetcode-solution/tree/master/2059-unique-length-3-palindromic-subsequences) |
129-
## Bit Manipulation
130-
| |
131-
| ------- |
132-
| [2059-unique-length-3-palindromic-subsequences](https://github.com/hogan-tech/leetcode-solution/tree/master/2059-unique-length-3-palindromic-subsequences) |
133-
## Prefix Sum
134-
| |
135-
| ------- |
136-
| [2059-unique-length-3-palindromic-subsequences](https://github.com/hogan-tech/leetcode-solution/tree/master/2059-unique-length-3-palindromic-subsequences) |
137-
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)