Skip to content

Commit 85f336f

Browse files
committed
update readme
1 parent 713d6d2 commit 85f336f

8 files changed

+6
-1
lines changed

.github/test.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
1437-check-if-all-1s-are-at-least-length-k-places-away python easy
1+
3745-maximize-expression-of-three-elements python easy
2+
3746-minimum-string-length-after-balanced-removals python medium
3+
3747-count-distinct-integers-after-removing-zeros python medium

Question_List_3001_4000.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,3 +300,6 @@
300300
| 3740 | [Minimum Distance Between Three Equal Elements I](https://leetcode.com/problems/minimum-distance-between-three-equal-elements-i) | [Python](./Python/3740-minimum-distance-between-three-equal-elements-i.py) | [Easy](./Readme/3740-minimum-distance-between-three-equal-elements-i.md) |
301301
| 3741 | [Minimum Distance Between Three Equal Elements II](https://leetcode.com/problems/minimum-distance-between-three-equal-elements-ii) | [Python](./Python/3741-minimum-distance-between-three-equal-elements-ii.py) | [Medium](./Readme/3741-minimum-distance-between-three-equal-elements-ii.md) |
302302
| 3742 | [Maximum Path Score in a Grid](https://leetcode.com/problems/maximum-path-score-in-a-grid) | [Python](./Python/3742-maximum-path-score-in-a-grid.py) | [Medium](./Readme/3742-maximum-path-score-in-a-grid.md) |
303+
| 3745 | [Maximize Expression of Three Elements](https://leetcode.com/problems/maximize-expression-of-three-elements) | [Python](./Python/3745-maximize-expression-of-three-elements.py) | [Easy](./Readme/3745-maximize-expression-of-three-elements.md) |
304+
| 3746 | [Minimum String Length After Balanced Removals](https://leetcode.com/problems/minimum-string-length-after-balanced-removals) | [Python](./Python/3746-minimum-string-length-after-balanced-removals.py) | [Medium](./Readme/3746-minimum-string-length-after-balanced-removals.md) |
305+
| 3747 | [Count Distinct Integers After Removing Zeros](https://leetcode.com/problems/count-distinct-integers-after-removing-zeros) | [Python](./Python/3747-count-distinct-integers-after-removing-zeros.py) | [Medium](./Readme/3747-count-distinct-integers-after-removing-zeros.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)