Skip to content

Commit 2a136fe

Browse files
committed
update readme
1 parent bb46fce commit 2a136fe

File tree

5 files changed

+2
-27
lines changed

5 files changed

+2
-27
lines changed

.github/test.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
3740-minimum-distance-between-three-equal-elements-i python easy
2-
3741-minimum-distance-between-three-equal-elements-ii python medium
3-
3742-maximum-path-score-in-a-grid python medium
1+
3542-minimum-operations-to-convert-all-elements-to-zero python medium

Question_List_3001_4000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
| 3537 | [Fill a Special Grid](https://leetcode.com/problems/fill-a-special-grid) | [Python](./Python/3537-fill-a-special-grid.py) | [Medium](./Readme/3537-fill-a-special-grid.md) |
208208
| 3539 | [Find Sum of Array Product of Magical Sequences](https://leetcode.com/problems/find-sum-of-array-product-of-magical-sequences) | [Python](./Python/3539-find-sum-of-array-product-of-magical-sequences.py) | [Hard](./Readme/3539-find-sum-of-array-product-of-magical-sequences.md) |
209209
| 3541 | [Find Most Frequent Vowel and Consonant](https://leetcode.com/problems/find-most-frequent-vowel-and-consonant) | [Python](./Python/3541-find-most-frequent-vowel-and-consonant.py) | [Easy](./Readme/3541-find-most-frequent-vowel-and-consonant.md) |
210+
| 3542 | [Minimum Operations to Convert All Elements to Zero](https://leetcode.com/problems/minimum-operations-to-convert-all-elements-to-zero) | [Python](./Python/3542-minimum-operations-to-convert-all-elements-to-zero.py) | [Medium](./Readme/3542-minimum-operations-to-convert-all-elements-to-zero.md) |
210211
| 3545 | [Minimum Deletions for At Most K Distinct Characters](https://leetcode.com/problems/minimum-deletions-for-at-most-k-distinct-characters) | [Python](./Python/3545-minimum-deletions-for-at-most-k-distinct-characters.py) | [Easy](./Readme/3545-minimum-deletions-for-at-most-k-distinct-characters.md) |
211212
| 3546 | [Equal Sum Grid Partition I](https://leetcode.com/problems/equal-sum-grid-partition-i) | [Python](./Python/3546-equal-sum-grid-partition-i.py) | [Medium](./Readme/3546-equal-sum-grid-partition-i.md) |
212213
| 3550 | [Minimum Swaps to Sort by Digit Sum](https://leetcode.com/problems/minimum-swaps-to-sort-by-digit-sum) | [Python](./Python/3550-minimum-swaps-to-sort-by-digit-sum.py) | [Easy](./Readme/3550-minimum-swaps-to-sort-by-digit-sum.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-
| [3834-minimum-operations-to-convert-all-elements-to-zero](https://github.com/hogan-tech/leetcode-solution/tree/master/3834-minimum-operations-to-convert-all-elements-to-zero) |
125-
## Hash Table
126-
| |
127-
| ------- |
128-
| [3834-minimum-operations-to-convert-all-elements-to-zero](https://github.com/hogan-tech/leetcode-solution/tree/master/3834-minimum-operations-to-convert-all-elements-to-zero) |
129-
## Stack
130-
| |
131-
| ------- |
132-
| [3834-minimum-operations-to-convert-all-elements-to-zero](https://github.com/hogan-tech/leetcode-solution/tree/master/3834-minimum-operations-to-convert-all-elements-to-zero) |
133-
## Greedy
134-
| |
135-
| ------- |
136-
| [3834-minimum-operations-to-convert-all-elements-to-zero](https://github.com/hogan-tech/leetcode-solution/tree/master/3834-minimum-operations-to-convert-all-elements-to-zero) |
137-
## Monotonic Stack
138-
| |
139-
| ------- |
140-
| [3834-minimum-operations-to-convert-all-elements-to-zero](https://github.com/hogan-tech/leetcode-solution/tree/master/3834-minimum-operations-to-convert-all-elements-to-zero) |
141-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)