Skip to content

Commit 4898b65

Browse files
committed
update readme
1 parent 608b6c9 commit 4898b65

File tree

7 files changed

+2
-119
lines changed

7 files changed

+2
-119
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3346-maximum-frequency-of-an-element-after-performing-operations-i python medium
1+
3347-maximum-frequency-of-an-element-after-performing-operations-ii python hard

1713-dot-product-of-two-sparse-vectors/1713-dot-product-of-two-sparse-vectors.py

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

1713-dot-product-of-two-sparse-vectors/README.md

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

Question_List_3001_4000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
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) |
111111
| 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) |
112+
| 3347 | [Maximum Frequency of an Element After Performing Operations II](https://leetcode.com/problems/maximum-frequency-of-an-element-after-performing-operations-ii) | [Python](./Python/3347-maximum-frequency-of-an-element-after-performing-operations-ii.py) | [Hard](./Readme/3347-maximum-frequency-of-an-element-after-performing-operations-ii.md) |
112113
| 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) |
113114
| 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) |
114115
| 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 & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -115,40 +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-
| [1713-dot-product-of-two-sparse-vectors](https://github.com/hogan-tech/leetcode-solution/tree/master/1713-dot-product-of-two-sparse-vectors) |
125-
| [3640-maximum-frequency-of-an-element-after-performing-operations-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/3640-maximum-frequency-of-an-element-after-performing-operations-ii) |
126-
## Hash Table
127-
| |
128-
| ------- |
129-
| [1713-dot-product-of-two-sparse-vectors](https://github.com/hogan-tech/leetcode-solution/tree/master/1713-dot-product-of-two-sparse-vectors) |
130-
## Two Pointers
131-
| |
132-
| ------- |
133-
| [1713-dot-product-of-two-sparse-vectors](https://github.com/hogan-tech/leetcode-solution/tree/master/1713-dot-product-of-two-sparse-vectors) |
134-
## Design
135-
| |
136-
| ------- |
137-
| [1713-dot-product-of-two-sparse-vectors](https://github.com/hogan-tech/leetcode-solution/tree/master/1713-dot-product-of-two-sparse-vectors) |
138-
## Binary Search
139-
| |
140-
| ------- |
141-
| [3640-maximum-frequency-of-an-element-after-performing-operations-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/3640-maximum-frequency-of-an-element-after-performing-operations-ii) |
142-
## Sliding Window
143-
| |
144-
| ------- |
145-
| [3640-maximum-frequency-of-an-element-after-performing-operations-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/3640-maximum-frequency-of-an-element-after-performing-operations-ii) |
146-
## Sorting
147-
| |
148-
| ------- |
149-
| [3640-maximum-frequency-of-an-element-after-performing-operations-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/3640-maximum-frequency-of-an-element-after-performing-operations-ii) |
150-
## Prefix Sum
151-
| |
152-
| ------- |
153-
| [3640-maximum-frequency-of-an-element-after-performing-operations-ii](https://github.com/hogan-tech/leetcode-solution/tree/master/3640-maximum-frequency-of-an-element-after-performing-operations-ii) |
154-
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)