Skip to content

Commit 072f48b

Browse files
committed
update readme
1 parent 9f8bb52 commit 072f48b

File tree

5 files changed

+2
-25
lines changed

5 files changed

+2
-25
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2011-final-value-of-variable-after-performing-operations python easy
1+
3346-maximum-frequency-of-an-element-after-performing-operations-i python medium

Question_List_3001_4000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
| 3342 | [Find Minimum Time to Reach Last Room II](https://leetcode.com/problems/find-minimum-time-to-reach-last-room-ii) | [Python](./Python/3342-find-minimum-time-to-reach-last-room-ii.py) | [Medium](./Readme/3342-find-minimum-time-to-reach-last-room-ii.md) |
109109
| 3343 | [Count Number of Balanced Permutations](https://leetcode.com/problems/count-number-of-balanced-permutations) | [Python](./Python/3343-count-number-of-balanced-permutations.py) | [Hard](./Readme/3343-count-number-of-balanced-permutations.md) |
110110
| 3345 | [Smallest Divisible Digit Product I](https://leetcode.com/problems/smallest-divisible-digit-product-i) | [Python](./Python/3345-smallest-divisible-digit-product-i.py) | [Easy](./Readme/3345-smallest-divisible-digit-product-i.md) |
111+
| 3346 | [Maximum Frequency of an Element After Performing Operations I](https://leetcode.com/problems/maximum-frequency-of-an-element-after-performing-operations-i) | [Python](./Python/3346-maximum-frequency-of-an-element-after-performing-operations-i.py) | [Medium](./Readme/3346-maximum-frequency-of-an-element-after-performing-operations-i.md) |
111112
| 3349 | [Adjacent Increasing Subarrays Detection I](https://leetcode.com/problems/adjacent-increasing-subarrays-detection-i) | [Python](./Python/3349-adjacent-increasing-subarrays-detection-i.py) | [Easy](./Readme/3349-adjacent-increasing-subarrays-detection-i.md) |
112113
| 3350 | [Adjacent Increasing Subarrays Detection II](https://leetcode.com/problems/adjacent-increasing-subarrays-detection-ii) | [Python](./Python/3350-adjacent-increasing-subarrays-detection-ii.py) | [Medium](./Readme/3350-adjacent-increasing-subarrays-detection-ii.md) |
113114
| 3354 | [Make Array Elements Equal to Zero](https://leetcode.com/problems/make-array-elements-equal-to-zero) | [Python](./Python/3354-make-array-elements-equal-to-zero.py) | [Easy](./Readme/3354-make-array-elements-equal-to-zero.md) |

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -115,27 +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-
| [3622-maximum-frequency-of-an-element-after-performing-operations-i](https://github.com/hogan-tech/leetcode-solution/tree/master/3622-maximum-frequency-of-an-element-after-performing-operations-i) |
125-
## Binary Search
126-
| |
127-
| ------- |
128-
| [3622-maximum-frequency-of-an-element-after-performing-operations-i](https://github.com/hogan-tech/leetcode-solution/tree/master/3622-maximum-frequency-of-an-element-after-performing-operations-i) |
129-
## Sliding Window
130-
| |
131-
| ------- |
132-
| [3622-maximum-frequency-of-an-element-after-performing-operations-i](https://github.com/hogan-tech/leetcode-solution/tree/master/3622-maximum-frequency-of-an-element-after-performing-operations-i) |
133-
## Sorting
134-
| |
135-
| ------- |
136-
| [3622-maximum-frequency-of-an-element-after-performing-operations-i](https://github.com/hogan-tech/leetcode-solution/tree/master/3622-maximum-frequency-of-an-element-after-performing-operations-i) |
137-
## Prefix Sum
138-
| |
139-
| ------- |
140-
| [3622-maximum-frequency-of-an-element-after-performing-operations-i](https://github.com/hogan-tech/leetcode-solution/tree/master/3622-maximum-frequency-of-an-element-after-performing-operations-i) |
141-
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)