Skip to content

Commit 62226f4

Browse files
committed
feat: use absolute path
1 parent a601c6b commit 62226f4

File tree

839 files changed

+1577
-1577
lines changed

Some content is hidden

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

839 files changed

+1577
-1577
lines changed

solution/0000-0099/0002.Add Two Numbers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<p> </p>
1616

1717
<p><strong>示例 1:</strong></p>
18-
<img alt="" src="/solution/0000-0099/0002.Add Two Numbers/images/addtwonumber1.jpg" style="width: 483px; height: 342px;" />
18+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0002.Add%20Two%20Numbers/images/addtwonumber1.jpg" style="width: 483px; height: 342px;" />
1919
<pre>
2020
<strong>输入:</strong>l1 = [2,4,3], l2 = [5,6,4]
2121
<strong>输出:</strong>[7,0,8]

solution/0000-0099/0002.Add Two Numbers/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>&nbsp;</p>
1212
<p><strong>Example 1:</strong></p>
13-
<img alt="" src="/solution/0000-0099/0002.Add Two Numbers/images/addtwonumber1.jpg" style="width: 483px; height: 342px;" />
13+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0002.Add%20Two%20Numbers/images/addtwonumber1.jpg" style="width: 483px; height: 342px;" />
1414
<pre>
1515
<strong>Input:</strong> l1 = [2,4,3], l2 = [5,6,4]
1616
<strong>Output:</strong> [7,0,8]

solution/0000-0099/0011.Container With Most Water/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
<p><img alt="" src="/solution/0000-0099/0011.Container With Most Water/images/question_11.jpg" style="height: 287px; width: 600px;" /></p>
17+
<p><img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0011.Container%20With%20Most%20Water/images/question_11.jpg" style="height: 287px; width: 600px;" /></p>
1818

1919
<pre>
2020
<strong>输入:</strong>[1,8,6,2,5,4,8,3,7]

solution/0000-0099/0011.Container With Most Water/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>&nbsp;</p>
1212
<p><strong>Example 1:</strong></p>
13-
<img alt="" src="/solution/0000-0099/0011.Container With Most Water/images/question_11.jpg" style="width: 600px; height: 287px;" />
13+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0011.Container%20With%20Most%20Water/images/question_11.jpg" style="width: 600px; height: 287px;" />
1414
<pre>
1515
<strong>Input:</strong> height = [1,8,6,2,5,4,8,3,7]
1616
<strong>Output:</strong> 49

solution/0000-0099/0017.Letter Combinations of a Phone Number/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>给出数字到字母的映射如下(与电话按键相同)。注意 1 不对应任何字母。</p>
1212

13-
<p><img src="/solution/0000-0099/0017.Letter Combinations of a Phone Number/images/17_telephone_keypad.png" style="width: 200px;" /></p>
13+
<p><img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0017.Letter%20Combinations%20of%20a%20Phone%20Number/images/17_telephone_keypad.png" style="width: 200px;" /></p>
1414

1515
<p> </p>
1616

solution/0000-0099/0017.Letter Combinations of a Phone Number/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p>A mapping of digit to letters (just like on the telephone buttons) is given below. Note that 1 does not map to any letters.</p>
1010

11-
<p><img src="/solution/0000-0099/0017.Letter Combinations of a Phone Number/images/200px-Telephone-keypad2.svg.png" style="width: 200px; height: 162px;" /></p>
11+
<p><img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0017.Letter%20Combinations%20of%20a%20Phone%20Number/images/200px-Telephone-keypad2.svg.png" style="width: 200px; height: 162px;" /></p>
1212

1313
<p>&nbsp;</p>
1414
<p><strong>Example 1:</strong></p>

solution/0000-0099/0019.Remove Nth Node From End of List/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<p> </p>
1414

1515
<p><strong>示例 1:</strong></p>
16-
<img alt="" src="/solution/0000-0099/0019.Remove Nth Node From End of List/images/remove_ex1.jpg" style="width: 542px; height: 222px;" />
16+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0019.Remove%20Nth%20Node%20From%20End%20of%20List/images/remove_ex1.jpg" style="width: 542px; height: 222px;" />
1717
<pre>
1818
<strong>输入:</strong>head = [1,2,3,4,5], n = 2
1919
<strong>输出:</strong>[1,2,3,5]

solution/0000-0099/0019.Remove Nth Node From End of List/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>&nbsp;</p>
1212
<p><strong>Example 1:</strong></p>
13-
<img alt="" src="/solution/0000-0099/0019.Remove Nth Node From End of List/images/remove_ex1.jpg" style="width: 542px; height: 222px;" />
13+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0019.Remove%20Nth%20Node%20From%20End%20of%20List/images/remove_ex1.jpg" style="width: 542px; height: 222px;" />
1414
<pre>
1515
<strong>Input:</strong> head = [1,2,3,4,5], n = 2
1616
<strong>Output:</strong> [1,2,3,5]

solution/0000-0099/0021.Merge Two Sorted Lists/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p> </p>
1212

1313
<p><strong>示例 1:</strong></p>
14-
<img alt="" src="/solution/0000-0099/0021.Merge Two Sorted Lists/images/merge_ex1.jpg" style="width: 662px; height: 302px;" />
14+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0021.Merge%20Two%20Sorted%20Lists/images/merge_ex1.jpg" style="width: 662px; height: 302px;" />
1515
<pre>
1616
<strong>输入:</strong>l1 = [1,2,4], l2 = [1,3,4]
1717
<strong>输出:</strong>[1,1,2,3,4,4]

solution/0000-0099/0021.Merge Two Sorted Lists/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p>&nbsp;</p>
1010
<p><strong>Example 1:</strong></p>
11-
<img alt="" src="/solution/0000-0099/0021.Merge Two Sorted Lists/images/merge_ex1.jpg" style="width: 662px; height: 302px;" />
11+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0021.Merge%20Two%20Sorted%20Lists/images/merge_ex1.jpg" style="width: 662px; height: 302px;" />
1212
<pre>
1313
<strong>Input:</strong> l1 = [1,2,4], l2 = [1,3,4]
1414
<strong>Output:</strong> [1,1,2,3,4,4]

solution/0000-0099/0024.Swap Nodes in Pairs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<p> </p>
1414

1515
<p><strong>示例 1:</strong></p>
16-
<img alt="" src="/solution/0000-0099/0024.Swap Nodes in Pairs/images/swap_ex1.jpg" style="width: 422px; height: 222px;" />
16+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0024.Swap%20Nodes%20in%20Pairs/images/swap_ex1.jpg" style="width: 422px; height: 222px;" />
1717
<pre>
1818
<strong>输入:</strong>head = [1,2,3,4]
1919
<strong>输出:</strong>[2,1,4,3]

solution/0000-0099/0024.Swap Nodes in Pairs/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p>&nbsp;</p>
1010
<p><strong>Example 1:</strong></p>
11-
<img alt="" src="/solution/0000-0099/0024.Swap Nodes in Pairs/images/swap_ex1.jpg" style="width: 422px; height: 222px;" />
11+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0024.Swap%20Nodes%20in%20Pairs/images/swap_ex1.jpg" style="width: 422px; height: 222px;" />
1212
<pre>
1313
<strong>Input:</strong> head = [1,2,3,4]
1414
<strong>Output:</strong> [2,1,4,3]

solution/0000-0099/0025.Reverse Nodes in k-Group/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<p> </p>
2323

2424
<p><strong>示例 1:</strong></p>
25-
<img alt="" src="/solution/0000-0099/0025.Reverse Nodes in k-Group/images/reverse_ex1.jpg" style="width: 542px; height: 222px;" />
25+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0025.Reverse%20Nodes%20in%20k-Group/images/reverse_ex1.jpg" style="width: 542px; height: 222px;" />
2626
<pre>
2727
<strong>输入:</strong>head = [1,2,3,4,5], k = 2
2828
<strong>输出:</strong>[2,1,4,3,5]
2929
</pre>
3030

3131
<p><strong>示例 2:</strong></p>
32-
<img alt="" src="/solution/0000-0099/0025.Reverse Nodes in k-Group/images/reverse_ex2.jpg" style="width: 542px; height: 222px;" />
32+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0025.Reverse%20Nodes%20in%20k-Group/images/reverse_ex2.jpg" style="width: 542px; height: 222px;" />
3333
<pre>
3434
<strong>输入:</strong>head = [1,2,3,4,5], k = 3
3535
<strong>输出:</strong>[3,2,1,4,5]

solution/0000-0099/0025.Reverse Nodes in k-Group/README_EN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
<p>&nbsp;</p>
1919
<p><strong>Example 1:</strong></p>
20-
<img alt="" src="/solution/0000-0099/0025.Reverse Nodes in k-Group/images/reverse_ex1.jpg" style="width: 542px; height: 222px;" />
20+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0025.Reverse%20Nodes%20in%20k-Group/images/reverse_ex1.jpg" style="width: 542px; height: 222px;" />
2121
<pre>
2222
<strong>Input:</strong> head = [1,2,3,4,5], k = 2
2323
<strong>Output:</strong> [2,1,4,3,5]
2424
</pre>
2525

2626
<p><strong>Example 2:</strong></p>
27-
<img alt="" src="/solution/0000-0099/0025.Reverse Nodes in k-Group/images/reverse_ex2.jpg" style="width: 542px; height: 222px;" />
27+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0025.Reverse%20Nodes%20in%20k-Group/images/reverse_ex2.jpg" style="width: 542px; height: 222px;" />
2828
<pre>
2929
<strong>Input:</strong> head = [1,2,3,4,5], k = 3
3030
<strong>Output:</strong> [3,2,1,4,5]

solution/0000-0099/0036.Valid Sudoku/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<p> </p>
2727

2828
<p><strong>示例 1:</strong></p>
29-
<img src="/solution/0000-0099/0036.Valid Sudoku/images/250px-sudoku-by-l2g-20050714svg.png" style="height:250px; width:250px" />
29+
<img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0036.Valid%20Sudoku/images/250px-sudoku-by-l2g-20050714svg.png" style="height:250px; width:250px" />
3030
<pre>
3131
<strong>输入:</strong>board =
3232
[["5","3",".",".","7",".",".",".","."]

solution/0000-0099/0036.Valid Sudoku/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<p>&nbsp;</p>
2323
<p><strong>Example 1:</strong></p>
24-
<img src="/solution/0000-0099/0036.Valid Sudoku/images/250px-Sudoku-by-L2G-20050714.svg.png" style="height:250px; width:250px" />
24+
<img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0036.Valid%20Sudoku/images/250px-Sudoku-by-L2G-20050714.svg.png" style="height:250px; width:250px" />
2525
<pre>
2626
<strong>Input:</strong> board =
2727
[[&quot;5&quot;,&quot;3&quot;,&quot;.&quot;,&quot;.&quot;,&quot;7&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;]

solution/0000-0099/0037.Sudoku Solver/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<div class="original__bRMd">
2525
<div>
2626
<p><strong>示例:</strong></p>
27-
<img src="/solution/0000-0099/0037.Sudoku Solver/images/250px-sudoku-by-l2g-20050714svg.png" style="height:250px; width:250px" />
27+
<img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0037.Sudoku%20Solver/images/250px-sudoku-by-l2g-20050714svg.png" style="height:250px; width:250px" />
2828
<pre>
2929
<strong>输入:</strong>board = [["5","3",".",".","7",".",".",".","."],["6",".",".","1","9","5",".",".","."],[".","9","8",".",".",".",".","6","."],["8",".",".",".","6",".",".",".","3"],["4",".",".","8",".","3",".",".","1"],["7",".",".",".","2",".",".",".","6"],[".","6",".",".",".",".","2","8","."],[".",".",".","4","1","9",".",".","5"],[".",".",".",".","8",".",".","7","9"]]
3030
<strong>输出:</strong>[["5","3","4","6","7","8","9","1","2"],["6","7","2","1","9","5","3","4","8"],["1","9","8","3","4","2","5","6","7"],["8","5","9","7","6","1","4","2","3"],["4","2","6","8","5","3","7","9","1"],["7","1","3","9","2","4","8","5","6"],["9","6","1","5","3","7","2","8","4"],["2","8","7","4","1","9","6","3","5"],["3","4","5","2","8","6","1","7","9"]]
3131
<strong>解释:</strong>输入的数独如上图所示,唯一有效的解决方案如下所示:
3232

33-
<img src="/solution/0000-0099/0037.Sudoku Solver/images/250px-sudoku-by-l2g-20050714_solutionsvg.png" style="height:250px; width:250px" />
33+
<img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0037.Sudoku%20Solver/images/250px-sudoku-by-l2g-20050714_solutionsvg.png" style="height:250px; width:250px" />
3434
</pre>
3535

3636
<p> </p>

solution/0000-0099/0037.Sudoku Solver/README_EN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
<p>&nbsp;</p>
2020
<p><strong>Example 1:</strong></p>
21-
<img src="/solution/0000-0099/0037.Sudoku Solver/images/250px-Sudoku-by-L2G-20050714.svg.png" style="height:250px; width:250px" />
21+
<img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0037.Sudoku%20Solver/images/250px-Sudoku-by-L2G-20050714.svg.png" style="height:250px; width:250px" />
2222
<pre>
2323
<strong>Input:</strong> board = [[&quot;5&quot;,&quot;3&quot;,&quot;.&quot;,&quot;.&quot;,&quot;7&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;],[&quot;6&quot;,&quot;.&quot;,&quot;.&quot;,&quot;1&quot;,&quot;9&quot;,&quot;5&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;],[&quot;.&quot;,&quot;9&quot;,&quot;8&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;6&quot;,&quot;.&quot;],[&quot;8&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;6&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;3&quot;],[&quot;4&quot;,&quot;.&quot;,&quot;.&quot;,&quot;8&quot;,&quot;.&quot;,&quot;3&quot;,&quot;.&quot;,&quot;.&quot;,&quot;1&quot;],[&quot;7&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;2&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;6&quot;],[&quot;.&quot;,&quot;6&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;2&quot;,&quot;8&quot;,&quot;.&quot;],[&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;4&quot;,&quot;1&quot;,&quot;9&quot;,&quot;.&quot;,&quot;.&quot;,&quot;5&quot;],[&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;.&quot;,&quot;8&quot;,&quot;.&quot;,&quot;.&quot;,&quot;7&quot;,&quot;9&quot;]]
2424
<strong>Output:</strong> [[&quot;5&quot;,&quot;3&quot;,&quot;4&quot;,&quot;6&quot;,&quot;7&quot;,&quot;8&quot;,&quot;9&quot;,&quot;1&quot;,&quot;2&quot;],[&quot;6&quot;,&quot;7&quot;,&quot;2&quot;,&quot;1&quot;,&quot;9&quot;,&quot;5&quot;,&quot;3&quot;,&quot;4&quot;,&quot;8&quot;],[&quot;1&quot;,&quot;9&quot;,&quot;8&quot;,&quot;3&quot;,&quot;4&quot;,&quot;2&quot;,&quot;5&quot;,&quot;6&quot;,&quot;7&quot;],[&quot;8&quot;,&quot;5&quot;,&quot;9&quot;,&quot;7&quot;,&quot;6&quot;,&quot;1&quot;,&quot;4&quot;,&quot;2&quot;,&quot;3&quot;],[&quot;4&quot;,&quot;2&quot;,&quot;6&quot;,&quot;8&quot;,&quot;5&quot;,&quot;3&quot;,&quot;7&quot;,&quot;9&quot;,&quot;1&quot;],[&quot;7&quot;,&quot;1&quot;,&quot;3&quot;,&quot;9&quot;,&quot;2&quot;,&quot;4&quot;,&quot;8&quot;,&quot;5&quot;,&quot;6&quot;],[&quot;9&quot;,&quot;6&quot;,&quot;1&quot;,&quot;5&quot;,&quot;3&quot;,&quot;7&quot;,&quot;2&quot;,&quot;8&quot;,&quot;4&quot;],[&quot;2&quot;,&quot;8&quot;,&quot;7&quot;,&quot;4&quot;,&quot;1&quot;,&quot;9&quot;,&quot;6&quot;,&quot;3&quot;,&quot;5&quot;],[&quot;3&quot;,&quot;4&quot;,&quot;5&quot;,&quot;2&quot;,&quot;8&quot;,&quot;6&quot;,&quot;1&quot;,&quot;7&quot;,&quot;9&quot;]]
2525
<strong>Explanation:</strong>&nbsp;The input board is shown above and the only valid solution is shown below:
2626

27-
<img src="/solution/0000-0099/0037.Sudoku Solver/images/250px-Sudoku-by-L2G-20050714_solution.svg.png" style="height:250px; width:250px" />
27+
<img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0037.Sudoku%20Solver/images/250px-Sudoku-by-L2G-20050714_solution.svg.png" style="height:250px; width:250px" />
2828
</pre>
2929

3030
<p>&nbsp;</p>

solution/0000-0099/0038.Count and Say/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<p>要 <strong>描述</strong> 一个数字字符串,首先要将字符串分割为 <strong>最小</strong> 数量的组,每个组都由连续的最多 <strong>相同字符</strong> 组成。然后对于每个组,先描述字符的数量,然后描述字符,形成一个描述组。要将描述转换为数字字符串,先将每组中的字符数量用数字替换,再将所有描述组连接起来。</p>
3636

3737
<p>例如,数字字符串 <code>"3322251"</code> 的描述如下图:</p>
38-
<img alt="" src="/solution/0000-0099/0038.Count and Say/images/countandsay.jpg" style="width: 581px; height: 172px;" />
38+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0038.Count%20and%20Say/images/countandsay.jpg" style="width: 581px; height: 172px;" />
3939
<ul>
4040
</ul>
4141

solution/0000-0099/0038.Count and Say/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p>To determine how you &quot;say&quot; a digit string, split it into the <strong>minimal</strong> number of groups so that each group is a contiguous section all of the <strong>same character.</strong> Then for each group, say the number of characters, then say the character. To convert the saying into a digit string, replace the counts with a number and concatenate every saying.</p>
1515

1616
<p>For example, the saying and conversion for digit string <code>&quot;3322251&quot;</code>:</p>
17-
<img alt="" src="/solution/0000-0099/0038.Count and Say/images/countandsay.jpg" style="width: 581px; height: 172px;" />
17+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0038.Count%20and%20Say/images/countandsay.jpg" style="width: 581px; height: 172px;" />
1818
<p>Given a positive integer <code>n</code>, return <em>the </em><code>n<sup>th</sup></code><em> term of the <strong>count-and-say</strong> sequence</em>.</p>
1919

2020
<p>&nbsp;</p>

solution/0000-0099/0042.Trapping Rain Water/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

15-
<p><img src="/solution/0000-0099/0042.Trapping Rain Water/images/rainwatertrap.png" style="height: 161px; width: 412px;" /></p>
15+
<p><img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0042.Trapping%20Rain%20Water/images/rainwatertrap.png" style="height: 161px; width: 412px;" /></p>
1616

1717
<pre>
1818
<strong>输入:</strong>height = [0,1,0,2,1,0,1,3,2,1,2,1]

solution/0000-0099/0042.Trapping Rain Water/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p>&nbsp;</p>
1010
<p><strong>Example 1:</strong></p>
11-
<img src="/solution/0000-0099/0042.Trapping Rain Water/images/rainwatertrap.png" style="width: 412px; height: 161px;" />
11+
<img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0042.Trapping%20Rain%20Water/images/rainwatertrap.png" style="width: 412px; height: 161px;" />
1212
<pre>
1313
<strong>Input:</strong> height = [0,1,0,2,1,0,1,3,2,1,2,1]
1414
<strong>Output:</strong> 6

solution/0000-0099/0048.Rotate Image/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<p> </p>
1414

1515
<p><strong>示例 1:</strong></p>
16-
<img alt="" src="/solution/0000-0099/0048.Rotate Image/images/mat1.jpg" style="width: 642px; height: 242px;" />
16+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0048.Rotate%20Image/images/mat1.jpg" style="width: 642px; height: 242px;" />
1717
<pre>
1818
<strong>输入:</strong>matrix = [[1,2,3],[4,5,6],[7,8,9]]
1919
<strong>输出:</strong>[[7,4,1],[8,5,2],[9,6,3]]
2020
</pre>
2121

2222
<p><strong>示例 2:</strong></p>
23-
<img alt="" src="/solution/0000-0099/0048.Rotate Image/images/mat2.jpg" style="width: 800px; height: 321px;" />
23+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0048.Rotate%20Image/images/mat2.jpg" style="width: 800px; height: 321px;" />
2424
<pre>
2525
<strong>输入:</strong>matrix = [[5,1,9,11],[2,4,8,10],[13,3,6,7],[15,14,12,16]]
2626
<strong>输出:</strong>[[15,13,2,5],[14,3,4,1],[12,6,8,9],[16,7,10,11]]

solution/0000-0099/0048.Rotate Image/README_EN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
<p>&nbsp;</p>
1212
<p><strong>Example 1:</strong></p>
13-
<img alt="" src="/solution/0000-0099/0048.Rotate Image/images/mat1.jpg" style="width: 642px; height: 242px;" />
13+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0048.Rotate%20Image/images/mat1.jpg" style="width: 642px; height: 242px;" />
1414
<pre>
1515
<strong>Input:</strong> matrix = [[1,2,3],[4,5,6],[7,8,9]]
1616
<strong>Output:</strong> [[7,4,1],[8,5,2],[9,6,3]]
1717
</pre>
1818

1919
<p><strong>Example 2:</strong></p>
20-
<img alt="" src="/solution/0000-0099/0048.Rotate Image/images/mat2.jpg" style="width: 800px; height: 321px;" />
20+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0048.Rotate%20Image/images/mat2.jpg" style="width: 800px; height: 321px;" />
2121
<pre>
2222
<strong>Input:</strong> matrix = [[5,1,9,11],[2,4,8,10],[13,3,6,7],[15,14,12,16]]
2323
<strong>Output:</strong> [[15,13,2,5],[14,3,4,1],[12,6,8,9],[16,7,10,11]]

solution/0000-0099/0051.N-Queens/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<p> </p>
1818

1919
<p><strong>示例 1:</strong></p>
20-
<img alt="" src="/solution/0000-0099/0051.N-Queens/images/queens.jpg" style="width: 600px; height: 268px;" />
20+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0051.N-Queens/images/queens.jpg" style="width: 600px; height: 268px;" />
2121
<pre>
2222
<strong>输入:</strong>n = 4
2323
<strong>输出:</strong>[[".Q..","...Q","Q...","..Q."],["..Q.","Q...","...Q",".Q.."]]

solution/0000-0099/0051.N-Queens/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<p>&nbsp;</p>
1414
<p><strong>Example 1:</strong></p>
15-
<img alt="" src="/solution/0000-0099/0051.N-Queens/images/queens.jpg" style="width: 600px; height: 268px;" />
15+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0051.N-Queens/images/queens.jpg" style="width: 600px; height: 268px;" />
1616
<pre>
1717
<strong>Input:</strong> n = 4
1818
<strong>Output:</strong> [[&quot;.Q..&quot;,&quot;...Q&quot;,&quot;Q...&quot;,&quot;..Q.&quot;],[&quot;..Q.&quot;,&quot;Q...&quot;,&quot;...Q&quot;,&quot;.Q..&quot;]]

solution/0000-0099/0052.N-Queens II/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="original__bRMd">
1616
<div>
1717
<p><strong>示例 1:</strong></p>
18-
<img alt="" src="/solution/0000-0099/0052.N-Queens II/images/queens.jpg" style="width: 600px; height: 268px;" />
18+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0052.N-Queens%20II/images/queens.jpg" style="width: 600px; height: 268px;" />
1919
<pre>
2020
<strong>输入:</strong>n = 4
2121
<strong>输出:</strong>2

solution/0000-0099/0052.N-Queens II/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>&nbsp;</p>
1212
<p><strong>Example 1:</strong></p>
13-
<img alt="" src="/solution/0000-0099/0052.N-Queens II/images/queens.jpg" style="width: 600px; height: 268px;" />
13+
<img alt="" src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0052.N-Queens%20II/images/queens.jpg" style="width: 600px; height: 268px;" />
1414
<pre>
1515
<strong>Input:</strong> n = 4
1616
<strong>Output:</strong> 2

0 commit comments

Comments
 (0)