Skip to content

Commit 5fd0b74

Browse files
committed
update readme
1 parent 6507daf commit 5fd0b74

File tree

8 files changed

+2
-154
lines changed

8 files changed

+2
-154
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3347-maximum-frequency-of-an-element-after-performing-operations-ii python hard
1+
2048-next-greater-numerically-balanced-number python medium

0234-palindrome-linked-list/0234-palindrome-linked-list.py

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

3768-check-if-digits-are-equal-in-string-after-operations-i/3768-check-if-digits-are-equal-in-string-after-operations-i.py

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

3768-check-if-digits-are-equal-in-string-after-operations-i/README.md

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

Question_List_2001_3000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
| 2043 | [Simple Bank System](https://leetcode.com/problems/simple-bank-system) | [Python](./Python/2043-simple-bank-system.py) | [Medium](./Readme/2043-simple-bank-system.md) |
2222
| 2044 | [Count Number of Maximum Bitwise OR Subsets](https://leetcode.com/problems/count-number-of-maximum-bitwise-or-subsets) | [Python](./Python/2044-count-number-of-maximum-bitwise-or-subsets.py) | [Medium](./Readme/2044-count-number-of-maximum-bitwise-or-subsets.md) |
2323
| 2045 | [Second Minimum Time to Reach Destination](https://leetcode.com/problems/second-minimum-time-to-reach-destination/) | [Python](./Python/2045-second-minimum-time-to-reach-destination.py) | [Hard](./Readme/2045-second-minimum-time-to-reach-destination.md) |
24+
| 2048 | [Next Greater Numerically Balanced Number](https://leetcode.com/problems/next-greater-numerically-balanced-number/) | [Python](./Python/2048-next-greater-numerically-balanced-number.py) | [Medium](./Readme/2048-next-greater-numerically-balanced-number.md) |
2425
| 2050 | [Number of Different Integers in a String](https://leetcode.com/problems/number-of-different-integers-in-a-string/) | [Python](./Python/2050-number-of-different-integers-in-a-string.py) | [Easy](./Readme/2050-number-of-different-integers-in-a-string.md) |
2526
| 2053 | [Kth Distinct String in an Array](https://leetcode.com/problems/kth-distinct-string-in-an-array/) | [Python](./Python/2053-kth-distinct-string-in-an-array.py) | [Easy](./Readme/2053-kth-distinct-string-in-an-array.md) |
2627
| 2054 | [Two Best Non-Overlapping Events](https://leetcode.com/problems/two-best-non-overlapping-events) | [Python](./Python/2054-two-best-non-overlapping-events.py) | [Medium](./Readme/2054-two-best-non-overlapping-events.md) |

README.md

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -115,60 +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-
| [2174-next-greater-numerically-balanced-number](https://github.com/hogan-tech/leetcode-solution/tree/master/2174-next-greater-numerically-balanced-number) |
125-
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/hogan-tech/leetcode-solution/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
126-
## String
127-
| |
128-
| ------- |
129-
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/hogan-tech/leetcode-solution/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
130-
## Simulation
131-
| |
132-
| ------- |
133-
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/hogan-tech/leetcode-solution/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
134-
## Combinatorics
135-
| |
136-
| ------- |
137-
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/hogan-tech/leetcode-solution/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
138-
## Number Theory
139-
| |
140-
| ------- |
141-
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/hogan-tech/leetcode-solution/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
142-
## Linked List
143-
| |
144-
| ------- |
145-
| [0234-palindrome-linked-list](https://github.com/hogan-tech/leetcode-solution/tree/master/0234-palindrome-linked-list) |
146-
## Two Pointers
147-
| |
148-
| ------- |
149-
| [0234-palindrome-linked-list](https://github.com/hogan-tech/leetcode-solution/tree/master/0234-palindrome-linked-list) |
150-
## Stack
151-
| |
152-
| ------- |
153-
| [0234-palindrome-linked-list](https://github.com/hogan-tech/leetcode-solution/tree/master/0234-palindrome-linked-list) |
154-
## Recursion
155-
| |
156-
| ------- |
157-
| [0234-palindrome-linked-list](https://github.com/hogan-tech/leetcode-solution/tree/master/0234-palindrome-linked-list) |
158-
## Hash Table
159-
| |
160-
| ------- |
161-
| [2174-next-greater-numerically-balanced-number](https://github.com/hogan-tech/leetcode-solution/tree/master/2174-next-greater-numerically-balanced-number) |
162-
## Backtracking
163-
| |
164-
| ------- |
165-
| [2174-next-greater-numerically-balanced-number](https://github.com/hogan-tech/leetcode-solution/tree/master/2174-next-greater-numerically-balanced-number) |
166-
## Counting
167-
| |
168-
| ------- |
169-
| [2174-next-greater-numerically-balanced-number](https://github.com/hogan-tech/leetcode-solution/tree/master/2174-next-greater-numerically-balanced-number) |
170-
## Enumeration
171-
| |
172-
| ------- |
173-
| [2174-next-greater-numerically-balanced-number](https://github.com/hogan-tech/leetcode-solution/tree/master/2174-next-greater-numerically-balanced-number) |
174-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)