Skip to content

Commit 9fe102b

Browse files
committed
chore: remove old lc problems
1 parent eb965c5 commit 9fe102b

File tree

12 files changed

+6
-365
lines changed

12 files changed

+6
-365
lines changed

solution/1300-1399/1375.Bulb Switcher III/README.md

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

solution/1300-1399/1375.Bulb Switcher III/README_EN.md

Lines changed: 0 additions & 87 deletions
This file was deleted.
Binary file not shown.

solution/1500-1599/1578.Minimum Deletion Cost to Avoid Repeating Letters/README.md

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

solution/1500-1599/1578.Minimum Deletion Cost to Avoid Repeating Letters/README_EN.md

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

solution/1500-1599/1578.Minimum Deletion Cost to Avoid Repeating Letters/Solution.java

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

solution/1500-1599/1578.Minimum Time to Make Rope Colorful/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<p>&nbsp;</p>
1616

1717
<p><strong>示例 1:</strong></p>
18-
<img alt="" src="https://assets.leetcode.com/uploads/2021/12/13/ballon1.jpg" style="width: 404px; height: 243px;" />
18+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/1500-1599/1578.Minimum%20Time%20to%20Make%20Rope%20Colorful/images/balloon1.jpg" style="width: 404px; height: 243px;" />
1919
<pre>
2020
<strong>输入:</strong>colors = "abaac", neededTime = [1,2,3,4,5]
2121
<strong>输出:</strong>3
@@ -24,15 +24,15 @@ Bob 可以移除下标 2 的蓝色气球。这将花费 3 秒。
2424
移除后,不存在两个连续的气球涂着相同的颜色。总时间 = 3 。</pre>
2525

2626
<p><strong>示例 2:</strong></p>
27-
<img alt="" src="https://assets.leetcode.com/uploads/2021/12/13/balloon2.jpg" style="width: 244px; height: 243px;" />
27+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/1500-1599/1578.Minimum%20Time%20to%20Make%20Rope%20Colorful/images/balloon2.jpg" style="width: 244px; height: 243px;" />
2828
<pre>
2929
<strong>输入:</strong>colors = "abc", neededTime = [1,2,3]
3030
<strong>输出:</strong>0
3131
<strong>解释:</strong>绳子已经是彩色的,Bob 不需要从绳子上移除任何气球。
3232
</pre>
3333

3434
<p><strong>示例 3:</strong></p>
35-
<img alt="" src="https://assets.leetcode.com/uploads/2021/12/13/balloon3.jpg" style="width: 404px; height: 243px;" />
35+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/1500-1599/1578.Minimum%20Time%20to%20Make%20Rope%20Colorful/images/balloon3.jpg" style="width: 404px; height: 243px;" />
3636
<pre>
3737
<strong>输入:</strong>colors = "aabaa", neededTime = [1,2,3,4,1]
3838
<strong>输出:</strong>2

0 commit comments

Comments
 (0)