Skip to content

Commit d37504b

Browse files
committed
feat: change images path
1 parent bb71790 commit d37504b

File tree

79 files changed

+952
-627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+952
-627
lines changed

solution/1400-1499/1463.Cherry Pickup II/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<p><strong>示例 1:</strong></p>
2525

26-
<p><strong><img alt="" src="https://assets.leetcode-cn.com/aliyun-lc-upload/uploads/2020/05/30/sample_1_1802.png" style="height: 182px; width: 139px;"></strong></p>
26+
![](./images/sample_1_1802.png)
2727

2828
<pre><strong>输入:</strong>grid = [[3,1,1],[2,5,1],[1,5,5],[2,1,1]]
2929
<strong>输出:</strong>24
@@ -35,7 +35,7 @@
3535

3636
<p><strong>示例 2:</strong></p>
3737

38-
<p><strong><img alt="" src="https://assets.leetcode-cn.com/aliyun-lc-upload/uploads/2020/05/30/sample_2_1802.png" style="height: 257px; width: 284px;"></strong></p>
38+
![](./images/sample_2_1802.png)
3939

4040
<pre><strong>输入:</strong>grid = [[1,0,0,0,0,0,1],[2,0,0,0,0,3,0],[2,0,9,0,0,0,0],[0,3,0,5,4,0,0],[1,0,2,3,0,0,6]]
4141
<strong>输出:</strong>28

solution/1400-1499/1463.Cherry Pickup II/README_EN.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<p>&nbsp;</p>
2222
<p><strong>Example 1:</strong></p>
2323

24-
<p><strong><img alt="" src="https://assets.leetcode.com/uploads/2020/04/29/sample_1_1802.png" style="width: 139px; height: 182px;" /></strong></p>
24+
![](./images/sample_1_1802.png)
25+
2526

2627
<pre>
2728
<strong>Input:</strong> grid = [[3,1,1],[2,5,1],[1,5,5],[2,1,1]]
@@ -34,7 +35,7 @@ Total of cherries: 12 + 12 = 24.
3435

3536
<p><strong>Example 2:</strong></p>
3637

37-
<p><strong><img alt="" src="https://assets.leetcode.com/uploads/2020/04/23/sample_2_1802.png" style="width: 284px; height: 257px;" /></strong></p>
38+
![](./images/sample_2_1802.png)
3839

3940
<pre>
4041
<strong>Input:</strong> grid = [[1,0,0,0,0,0,1],[2,0,0,0,0,3,0],[2,0,9,0,0,0,0],[0,3,0,5,4,0,0],[1,0,2,3,0,0,6]]
26.9 KB
Loading
27.2 KB
Loading

solution/1400-1499/1465.Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<p><strong>示例 1:</strong></p>
1515

16-
<p><img alt="" src="https://assets.leetcode-cn.com/aliyun-lc-upload/uploads/2020/05/30/leetcode_max_area_2.png" style="height: 320px; width: 300px;"></p>
16+
![](./images/leetcode_max_area_2.png)
1717

1818
<pre><strong>输入:</strong>h = 5, w = 4, horizontalCuts = [1,2,4], verticalCuts = [1,3]
1919
<strong>输出:</strong>4
@@ -22,7 +22,7 @@
2222

2323
<p><strong>示例 2:</strong></p>
2424

25-
<p><strong><img alt="" src="https://assets.leetcode-cn.com/aliyun-lc-upload/uploads/2020/05/30/leetcode_max_area_3.png" style="height: 320px; width: 300px;"></strong></p>
25+
![](./images/leetcode_max_area_3.png)
2626

2727
<pre><strong>输入:</strong>h = 5, w = 4, horizontalCuts = [3,1], verticalCuts = [1]
2828
<strong>输出:</strong>6

solution/1400-1499/1465.Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts/README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p>&nbsp;</p>
1212
<p><strong>Example 1:</strong></p>
1313

14-
<p><img alt="" src="https://assets.leetcode.com/uploads/2020/05/14/leetcode_max_area_2.png" style="width: 300px; height: 320px;" /></p>
14+
![](./images/leetcode_max_area_2.png)
1515

1616
<pre>
1717
<strong>Input:</strong> h = 5, w = 4, horizontalCuts = [1,2,4], verticalCuts = [1,3]
@@ -21,7 +21,7 @@
2121

2222
<p><strong>Example 2:</strong></p>
2323

24-
<p><strong><img alt="" src="https://assets.leetcode.com/uploads/2020/05/14/leetcode_max_area_3.png" style="width: 300px; height: 320px;" /></strong></p>
24+
![](./images/leetcode_max_area_3.png)
2525

2626
<pre>
2727
<strong>Input:</strong> h = 5, w = 4, horizontalCuts = [3,1], verticalCuts = [1]
Loading
Loading

solution/1400-1499/1466.Reorder Routes to Make All Paths Lead to the City Zero/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,17 @@
1919

2020
<p><strong>示例 1:</strong></p>
2121

22-
<p><strong><img alt="" src="https://assets.leetcode-cn.com/aliyun-lc-upload/uploads/2020/05/30/sample_1_1819.png" style="height: 150px; width: 240px;"></strong></p>
22+
23+
![](./images/sample_1_1819.png)
2324

2425
<pre><strong>输入:</strong>n = 6, connections = [[0,1],[1,3],[2,3],[4,0],[4,5]]
2526
<strong>输出:</strong>3
2627
<strong>解释:</strong>更改以红色显示的路线的方向,使每个城市都可以到达城市 0 。</pre>
2728

2829
<p><strong>示例 2:</strong></p>
2930

30-
<p><strong><img alt="" src="https://assets.leetcode-cn.com/aliyun-lc-upload/uploads/2020/05/30/sample_2_1819.png" style="height: 60px; width: 380px;"></strong></p>
31+
32+
![](./images/sample_2_1819.png)
3133

3234
<pre><strong>输入:</strong>n = 5, connections = [[1,0],[1,2],[3,2],[3,4]]
3335
<strong>输出:</strong>2

solution/1400-1499/1466.Reorder Routes to Make All Paths Lead to the City Zero/README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<p>&nbsp;</p>
1818
<p><strong>Example 1:</strong></p>
1919

20-
<p><strong><img alt="" src="https://assets.leetcode.com/uploads/2020/05/13/sample_1_1819.png" style="width: 240px; height: 150px;" /></strong></p>
20+
![](./images/sample_1_1819.png)
2121

2222
<pre>
2323
<strong>Input:</strong> n = 6, connections = [[0,1],[1,3],[2,3],[4,0],[4,5]]
@@ -26,7 +26,7 @@
2626

2727
<p><strong>Example 2:</strong></p>
2828

29-
<p><strong><img alt="" src="https://assets.leetcode.com/uploads/2020/05/13/sample_2_1819.png" style="width: 380px; height: 60px;" /></strong></p>
29+
![](./images/sample_2_1819.png)
3030

3131
<pre>
3232
<strong>Input:</strong> n = 5, connections = [[1,0],[1,2],[3,2],[3,4]]

0 commit comments

Comments
 (0)