Skip to content

Commit 5e7978e

Browse files
committed
update readme
1 parent a898d19 commit 5e7978e

File tree

5 files changed

+3
-17
lines changed

5 files changed

+3
-17
lines changed

.github/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
3542-minimum-operations-to-convert-all-elements-to-zero python medium
1+
3542-minimum-operations-to-convert-all-elements-to-zero python medium
2+
2654-minimum-number-of-operations-to-make-all-array-elements-equal-to-1 python medium

Question_List_2001_3000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
| 2648 | [Generate Fibonacci Sequence](https://leetcode.com/problems/generate-fibonacci-sequence/) | [TypeScript](./TypeScript/2648-generate-fibonacci-sequence.ts) | [Easy](./Readme/2648-generate-fibonacci-sequence.md) |
286286
| 2649 | [Nested Array Generator](https://leetcode.com/problems/nested-array-generator/) | [TypeScript](./TypeScript/2649-nested-array-generator.ts) | [Medium](./Readme/2649-nested-array-generator.md) |
287287
| 2650 | [Design Cancellable Function](https://leetcode.com/problems/design-cancellable-function/) | [TypeScript](./TypeScript/2650-design-cancellable-function.ts) | [Hard](./Readme/2650-design-cancellable-function.md) |
288+
| 2654 | [Minimum Number of Operations to Make All Array Elements Equal to 1](https://leetcode.com/problems/minimum-number-of-operations-to-make-all-array-elements-equal-to-1) | [Python](./Python/2654-minimum-number-of-operations-to-make-all-array-elements-equal-to-1.py) | [Medium](./Readme/2654-minimum-number-of-operations-to-make-all-array-elements-equal-to-1.md) |
288289
| 2657 | [Find the Prefix Common Array of Two Arrays](https://leetcode.com/problems/find-the-prefix-common-array-of-two-arrays) | [Python](./Python/2657-find-the-prefix-common-array-of-two-arrays.py) | [Medium](./Readme/2657-find-the-prefix-common-array-of-two-arrays.md) |
289290
| 2658 | [Maximum Number of Fish in a Grid](https://leetcode.com/problems/maximum-number-of-fish-in-a-grid) | [Python](./Python/2658-maximum-number-of-fish-in-a-grid.py) | [Medium](./Readme/2658-maximum-number-of-fish-in-a-grid.md) |
290291
| 2661 | [First Completely Painted Row or Column](https://leetcode.com/problems/first-completely-painted-row-or-column) | [Python](./Python/2661-first-completely-painted-row-or-column.py) | [Medium](./Readme/2661-first-completely-painted-row-or-column.md) |

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +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-
| [2753-minimum-number-of-operations-to-make-all-array-elements-equal-to-1](https://github.com/hogan-tech/leetcode-solution/tree/master/2753-minimum-number-of-operations-to-make-all-array-elements-equal-to-1) |
125-
## Math
126-
| |
127-
| ------- |
128-
| [2753-minimum-number-of-operations-to-make-all-array-elements-equal-to-1](https://github.com/hogan-tech/leetcode-solution/tree/master/2753-minimum-number-of-operations-to-make-all-array-elements-equal-to-1) |
129-
## Number Theory
130-
| |
131-
| ------- |
132-
| [2753-minimum-number-of-operations-to-make-all-array-elements-equal-to-1](https://github.com/hogan-tech/leetcode-solution/tree/master/2753-minimum-number-of-operations-to-make-all-array-elements-equal-to-1) |
133-
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)