Skip to content

Commit acda678

Browse files
authored
feat: update solutions to lc problems (doocs#2261)
1 parent 92e6a5c commit acda678

File tree

163 files changed

+365
-258
lines changed

Some content is hidden

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

163 files changed

+365
-258
lines changed

lcci/10.03.Search Rotate Array/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
相似题目:
4242

43-
- [81. 搜索旋转排序数组 II](/solution/0000-0099/0081.Search%20in%20Rotated%20Sorted%20Array%20II/README.md)
43+
- [81. 搜索旋转排序数组 II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0081.Search%20in%20Rotated%20Sorted%20Array%20II/README.md)
4444

4545
<!-- tabs:start -->
4646

lcci/10.03.Search Rotate Array/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The time complexity is approximately $O(\log n)$, and the space complexity is $O
4646

4747
Similar problems:
4848

49-
- [81. Search in Rotated Sorted Array II](/solution/0000-0099/0081.Search%20in%20Rotated%20Sorted%20Array%20II/README.md)
49+
- [81. Search in Rotated Sorted Array II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0081.Search%20in%20Rotated%20Sorted%20Array%20II/README.md)
5050

5151
<!-- tabs:start -->
5252

lcci/16.14.Best Line/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func bestLine(points [][]int) []int {
148148

149149
相似题目:
150150

151-
- [149. 直线上最多的点数](/solution/0100-0199/0149.Max%20Points%20on%20a%20Line/README.md)
151+
- [149. 直线上最多的点数](https://github.com/doocs/leetcode/blob/main/solution/0100-0199/0149.Max%20Points%20on%20a%20Line/README.md)
152152

153153
<!-- tabs:start -->
154154

lcci/17.06.Number Of 2s In Range/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ $$
4747

4848
时间复杂度 $O(\log n)$。
4949

50-
相似题目:[233. 数字 1 的个数](/solution/0200-0299/0233.Number%20of%20Digit%20One/README.md)
50+
相似题目:
51+
52+
- [233. 数字 1 的个数](https://github.com/doocs/leetcode/blob/main/solution/0200-0299/0233.Number%20of%20Digit%20One/README.md)
5153

5254
<!-- tabs:start -->
5355

lcci/17.21.Volume of Histogram/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
相似题目:
2828

29-
- [42. 接雨水](/solution/0000-0099/0042.Trapping%20Rain%20Water/README.md)
29+
- [42. 接雨水](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0042.Trapping%20Rain%20Water/README.md)
3030

3131
<!-- tabs:start -->
3232

lcci/17.23.Max Black Square/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $$
6565

6666
相似题目:
6767

68-
- [1139. 最大的以 1 为边界的正方形](/solution/1100-1199/1139.Largest%201-Bordered%20Square/README.md)
68+
- [1139. 最大的以 1 为边界的正方形](https://github.com/doocs/leetcode/blob/main/solution/1100-1199/1139.Largest%201-Bordered%20Square/README.md)
6969

7070
<!-- tabs:start -->
7171

lcof/面试题43. 1~n整数中1出现的次数/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ $$
6666

6767
相似题目:
6868

69-
- [357. 统计各位数字都不同的数字个数](/solution/0300-0399/0357.Count%20Numbers%20with%20Unique%20Digits/README.md)
70-
- [600. 不含连续 1 的非负整数](/solution/0600-0699/0600.Non-negative%20Integers%20without%20Consecutive%20Ones/README.md)
71-
- [788. 旋转数字](/solution/0700-0799/0788.Rotated%20Digits/README.md)
72-
- [902. 最大为 N 的数字组合](/solution/0900-0999/0902.Numbers%20At%20Most%20N%20Given%20Digit%20Set/README.md)
73-
- [1012. 至少有 1 位重复的数字](/solution/1000-1099/1012.Numbers%20With%20Repeated%20Digits/README.md)
74-
- [2376. 统计特殊整数](/solution/2300-2399/2376.Count%20Special%20Integers/README.md)
69+
- [357. 统计各位数字都不同的数字个数](https://github.com/doocs/leetcode/blob/main/solution/0300-0399/0357.Count%20Numbers%20with%20Unique%20Digits/README.md)
70+
- [600. 不含连续 1 的非负整数](https://github.com/doocs/leetcode/blob/main/solution/0600-0699/0600.Non-negative%20Integers%20without%20Consecutive%20Ones/README.md)
71+
- [788. 旋转数字](https://github.com/doocs/leetcode/blob/main/solution/0700-0799/0788.Rotated%20Digits/README.md)
72+
- [902. 最大为 N 的数字组合](https://github.com/doocs/leetcode/blob/main/solution/0900-0999/0902.Numbers%20At%20Most%20N%20Given%20Digit%20Set/README.md)
73+
- [1012. 至少有 1 位重复的数字](https://github.com/doocs/leetcode/blob/main/solution/1000-1099/1012.Numbers%20With%20Repeated%20Digits/README.md)
74+
- [2376. 统计特殊整数](https://github.com/doocs/leetcode/blob/main/solution/2300-2399/2376.Count%20Special%20Integers/README.md)
7575

7676
<!-- tabs:start -->
7777

lcof2/剑指 Offer II 012. 左右两边子数组的和相等/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070

7171
相似题目:
7272

73-
- [1991. 找到数组的中间位置](/solution/1900-1999/1991.Find%20the%20Middle%20Index%20in%20Array/README.md)
74-
- [2574. 左右元素和的差值](/solution/2500-2599/2574.Left%20and%20Right%20Sum%20Differences/README.md)
73+
- [1991. 找到数组的中间位置](https://github.com/doocs/leetcode/blob/main/solution/1900-1999/1991.Find%20the%20Middle%20Index%20in%20Array/README.md)
74+
- [2574. 左右元素和的差值](https://github.com/doocs/leetcode/blob/main/solution/2500-2599/2574.Left%20and%20Right%20Sum%20Differences/README.md)
7575

7676
<!-- tabs:start -->
7777

solution/0000-0099/0026.Remove Duplicates from Sorted Array/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ for (int i = 0; i &lt; k; i++) {
8181

8282
相似题目:
8383

84-
- [80. 删除有序数组中的重复项 II](/solution/0000-0099/0080.Remove%20Duplicates%20from%20Sorted%20Array%20II/README.md)
84+
- [80. 删除有序数组中的重复项 II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0080.Remove%20Duplicates%20from%20Sorted%20Array%20II/README.md)
8585

8686
<!-- tabs:start -->
8787

solution/0000-0099/0026.Remove Duplicates from Sorted Array/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The original problem requires that the same number appear at most once. We can e
8080

8181
Similar problems:
8282

83-
- [80. Remove Duplicates from Sorted Array II](/solution/0000-0099/0080.Remove%20Duplicates%20from%20Sorted%20Array%20II/README_EN.md)
83+
- [80. Remove Duplicates from Sorted Array II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0080.Remove%20Duplicates%20from%20Sorted%20Array%20II/README_EN.md)
8484

8585
<!-- tabs:start -->
8686

solution/0000-0099/0039.Combination Sum/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666

6767
相似题目:
6868

69-
- [40. 组合总和 II](/solution/0000-0099/0040.Combination%20Sum%20II/README.md)
70-
- [77. 组合](/solution/0000-0099/0077.Combinations/README.md)
71-
- [216. 组合总和 III](/solution/0200-0299/0216.Combination%20Sum%20III/README.md)
69+
- [40. 组合总和 II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0040.Combination%20Sum%20II/README.md)
70+
- [77. 组合](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0077.Combinations/README.md)
71+
- [216. 组合总和 III](https://github.com/doocs/leetcode/blob/main/solution/0200-0299/0216.Combination%20Sum%20III/README.md)
7272

7373
<!-- tabs:start -->
7474

solution/0000-0099/0039.Combination Sum/README_EN.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ The time complexity is $O(2^n \times n)$, and the space complexity is $O(n)$. He
6464

6565
Similar problems:
6666

67-
- [40. Combination Sum II](/solution/0000-0099/0040.Combination%20Sum%20II/README_EN.md)
68-
- [77. Combinations](/solution/0000-0099/0077.Combinations/README_EN.md)
69-
- [216. Combination Sum III](/solution/0200-0299/0216.Combination%20Sum%20III/README_EN.md)
67+
- [40. Combination Sum II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0040.Combination%20Sum%20II/README_EN.md)
68+
- [77. Combinations](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0077.Combinations/README_EN.md)
69+
- [216. Combination Sum III](https://github.com/doocs/leetcode/blob/main/solution/0200-0299/0216.Combination%20Sum%20III/README_EN.md)
7070

7171
<!-- tabs:start -->
7272

solution/0000-0099/0040.Combination Sum II/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464

6565
相似题目:
6666

67-
- [39. 组合总和](/solution/0000-0099/0039.Combination%20Sum/README.md)
68-
- [77. 组合](/solution/0000-0099/0077.Combinations/README.md)
69-
- [216. 组合总和 III](/solution/0200-0299/0216.Combination%20Sum%20III/README.md)
67+
- [39. 组合总和](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0039.Combination%20Sum/README.md)
68+
- [77. 组合](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0077.Combinations/README.md)
69+
- [216. 组合总和 III](https://github.com/doocs/leetcode/blob/main/solution/0200-0299/0216.Combination%20Sum%20III/README.md)
7070

7171
<!-- 这里可写通用的实现逻辑 -->
7272

solution/0000-0099/0040.Combination Sum II/README_EN.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ The time complexity is $O(2^n \times n)$, and the space complexity is $O(n)$. He
6262

6363
Similar problems:
6464

65-
- [39. Combination Sum](/solution/0000-0099/0039.Combination%20Sum/README_EN.md)
66-
- [77. Combinations](/solution/0000-0099/0077.Combinations/README_EN.md)
67-
- [216. Combination Sum III](/solution/0200-0299/0216.Combination%20Sum%20III/README_EN.md)
65+
- [39. Combination Sum](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0039.Combination%20Sum/README_EN.md)
66+
- [77. Combinations](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0077.Combinations/README_EN.md)
67+
- [216. Combination Sum III](https://github.com/doocs/leetcode/blob/main/solution/0200-0299/0216.Combination%20Sum%20III/README_EN.md)
6868

6969
<!-- tabs:start -->
7070

solution/0000-0099/0045.Jump Game II/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959

6060
相似题目:
6161

62-
- [55. 跳跃游戏](/solution/0000-0099/0055.Jump%20Game/README.md)
63-
- [1024. 视频拼接](/solution/1000-1099/1024.Video%20Stitching/README.md)
64-
- [1326. 灌溉花园的最少水龙头数目](/solution/1300-1399/1326.Minimum%20Number%20of%20Taps%20to%20Open%20to%20Water%20a%20Garden/README.md)
62+
- [55. 跳跃游戏](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0055.Jump%20Game/README.md)
63+
- [1024. 视频拼接](https://github.com/doocs/leetcode/blob/main/solution/1000-1099/1024.Video%20Stitching/README.md)
64+
- [1326. 灌溉花园的最少水龙头数目](https://github.com/doocs/leetcode/blob/main/solution/1300-1399/1326.Minimum%20Number%20of%20Taps%20to%20Open%20to%20Water%20a%20Garden/README.md)
6565

6666
<!-- tabs:start -->
6767

solution/0000-0099/0045.Jump Game II/README_EN.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ The time complexity is $O(n)$, where $n$ is the length of the array. The space c
5454

5555
Similar problems:
5656

57-
- [55. Jump Game](/solution/0000-0099/0055.Jump%20Game/README_EN.md)
58-
- [1024. Video Stitching](/solution/1000-1099/1024.Video%20Stitching/README_EN.md)
59-
- [1326. Minimum Number of Taps to Open to Water a Garden](/solution/1300-1399/1326.Minimum%20Number%20of%20Taps%20to%20Open%20to%20Water%20a%20Garden/README_EN.md)
57+
- [55. Jump Game](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0055.Jump%20Game/README_EN.md)
58+
- [1024. Video Stitching](https://github.com/doocs/leetcode/blob/main/solution/1000-1099/1024.Video%20Stitching/README_EN.md)
59+
- [1326. Minimum Number of Taps to Open to Water a Garden](https://github.com/doocs/leetcode/blob/main/solution/1300-1399/1326.Minimum%20Number%20of%20Taps%20to%20Open%20to%20Water%20a%20Garden/README_EN.md)
6060

6161
<!-- tabs:start -->
6262

solution/0000-0099/0046.Permutations/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
相似题目:
5353

54-
- [47. 全排列 II](/solution/0000-0099/0047.Permutations%20II/README.md)
54+
- [47. 全排列 II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0047.Permutations%20II/README.md)
5555

5656
<!-- tabs:start -->
5757

solution/0000-0099/0046.Permutations/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The time complexity is $O(n \times n!)$, where $n$ is the length of the array. T
3636

3737
Similar problems:
3838

39-
- [47. Permutations II](/solution/0000-0099/0047.Permutations%20II/README_EN.md)
39+
- [47. Permutations II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0047.Permutations%20II/README_EN.md)
4040

4141
<!-- tabs:start -->
4242

solution/0000-0099/0047.Permutations II/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
相似题目:
5555

56-
- [46. 全排列](/solution/0000-0099/0046.Permutations/README.md)
56+
- [46. 全排列](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0046.Permutations/README.md)
5757

5858
<!-- tabs:start -->
5959

solution/0000-0099/0047.Permutations II/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The time complexity is $O(n \times n!)$, and the space complexity is $O(n)$. Her
4949

5050
Similar problems:
5151

52-
- [46. Permutations](/solution/0000-0099/0046.Permutations/README_EN.md)
52+
- [46. Permutations](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0046.Permutations/README_EN.md)
5353

5454
<!-- tabs:start -->
5555

solution/0000-0099/0055.Jump Game/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151

5252
相似题目:
5353

54-
- [45. 跳跃游戏 II](/solution/0000-0099/0045.Jump%20Game%20II/README.md)
55-
- [1024. 视频拼接](/solution/1000-1099/1024.Video%20Stitching/README.md)
56-
- [1326. 灌溉花园的最少水龙头数目](/solution/1300-1399/1326.Minimum%20Number%20of%20Taps%20to%20Open%20to%20Water%20a%20Garden/README.md)
54+
- [45. 跳跃游戏 II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0045.Jump%20Game%20II/README.md)
55+
- [1024. 视频拼接](https://github.com/doocs/leetcode/blob/main/solution/1000-1099/1024.Video%20Stitching/README.md)
56+
- [1326. 灌溉花园的最少水龙头数目](https://github.com/doocs/leetcode/blob/main/solution/1300-1399/1326.Minimum%20Number%20of%20Taps%20to%20Open%20to%20Water%20a%20Garden/README.md)
5757

5858
<!-- tabs:start -->
5959

solution/0000-0099/0055.Jump Game/README_EN.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ The time complexity is $O(n)$, where $n$ is the length of the array. The space c
4747

4848
Similar problems:
4949

50-
- [45. Jump Game II](/solution/0000-0099/0045.Jump%20Game%20II/README_EN.md)
51-
- [1024. Video Stitching](/solution/1000-1099/1024.Video%20Stitching/README_EN.md)
52-
- [1326. Minimum Number of Taps to Open to Water a Garden](/solution/1300-1399/1326.Minimum%20Number%20of%20Taps%20to%20Open%20to%20Water%20a%20Garden/README_EN.md)
50+
- [45. Jump Game II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0045.Jump%20Game%20II/README_EN.md)
51+
- [1024. Video Stitching](https://github.com/doocs/leetcode/blob/main/solution/1000-1099/1024.Video%20Stitching/README_EN.md)
52+
- [1326. Minimum Number of Taps to Open to Water a Garden](https://github.com/doocs/leetcode/blob/main/solution/1300-1399/1326.Minimum%20Number%20of%20Taps%20to%20Open%20to%20Water%20a%20Garden/README_EN.md)
5353

5454
<!-- tabs:start -->
5555

solution/0000-0099/0077.Combinations/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161

6262
相似题目:
6363

64-
- [39. 组合总和](/solution/0000-0099/0039.Combination%20Sum/README.md)
65-
- [40. 组合总和 II](/solution/0000-0099/0040.Combination%20Sum%20II/README.md)
66-
- [216. 组合总和 III](/solution/0200-0299/0216.Combination%20Sum%20III/README.md)
64+
- [39. 组合总和](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0039.Combination%20Sum/README.md)
65+
- [40. 组合总和 II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0040.Combination%20Sum%20II/README.md)
66+
- [216. 组合总和 III](https://github.com/doocs/leetcode/blob/main/solution/0200-0299/0216.Combination%20Sum%20III/README.md)
6767

6868
<!-- tabs:start -->
6969

solution/0000-0099/0077.Combinations/README_EN.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ The time complexity is $(C_n^k \times k)$, and the space complexity is $O(k)$. H
5454

5555
Similar problems:
5656

57-
- [39. Combination Sum](/solution/0000-0099/0039.Combination%20Sum/README_EN.md)
58-
- [40. Combination Sum II](/solution/0000-0099/0040.Combination%20Sum%20II/README_EN.md)
59-
- [216. Combination Sum III](/solution/0200-0299/0216.Combination%20Sum%20III/README_EN.md)
57+
- [39. Combination Sum](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0039.Combination%20Sum/README_EN.md)
58+
- [40. Combination Sum II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0040.Combination%20Sum%20II/README_EN.md)
59+
- [216. Combination Sum III](https://github.com/doocs/leetcode/blob/main/solution/0200-0299/0216.Combination%20Sum%20III/README_EN.md)
6060

6161
<!-- tabs:start -->
6262

solution/0000-0099/0080.Remove Duplicates from Sorted Array II/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ for (int i = 0; i &lt; len; i++) {
8080

8181
相似题目:
8282

83-
- [26. 删除有序数组中的重复项](/solution/0000-0099/0026.Remove%20Duplicates%20from%20Sorted%20Array/README.md)
83+
- [26. 删除有序数组中的重复项](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0026.Remove%20Duplicates%20from%20Sorted%20Array/README.md)
8484

8585
<!-- tabs:start -->
8686

solution/0000-0099/0080.Remove Duplicates from Sorted Array II/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The original problem requires that the same number appears at most $2$ times. We
7979

8080
Similar problems:
8181

82-
- [26. Remove Duplicates from Sorted Array](/solution/0000-0099/0026.Remove%20Duplicates%20from%20Sorted%20Array/README_EN.md)
82+
- [26. Remove Duplicates from Sorted Array](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0026.Remove%20Duplicates%20from%20Sorted%20Array/README_EN.md)
8383

8484
<!-- tabs:start -->
8585

solution/0100-0199/0149.Max Points on a Line/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public class Solution {
179179

180180
相似题目:
181181

182-
- [面试题 16.14. 最佳直线](/lcci/16.14.Best%20Line/README.md)
182+
- [面试题 16.14. 最佳直线](https://github.com/doocs/leetcode/blob/main/lcci/16.14.Best%20Line/README.md)
183183

184184
<!-- tabs:start -->
185185

solution/0200-0299/0216.Combination Sum III/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ public class Solution {
288288

289289
相似题目:
290290

291-
- [39. 组合总和](/solution/0000-0099/0039.Combination%20Sum/README.md)
292-
- [40. 组合总和 II](/solution/0000-0099/0040.Combination%20Sum%20II/README.md)
293-
- [77. 组合](/solution/0000-0099/0077.Combinations/README.md)
291+
- [39. 组合总和](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0039.Combination%20Sum/README.md)
292+
- [40. 组合总和 II](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0040.Combination%20Sum%20II/README.md)
293+
- [77. 组合](https://github.com/doocs/leetcode/blob/main/solution/0000-0099/0077.Combinations/README.md)
294294

295295
<!-- tabs:start -->
296296

solution/0200-0299/0233.Number of Digit One/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ $$
6565

6666
相似题目:
6767

68-
- [357. 统计各位数字都不同的数字个数](/solution/0300-0399/0357.Count%20Numbers%20with%20Unique%20Digits/README.md)
69-
- [600. 不含连续 1 的非负整数](/solution/0600-0699/0600.Non-negative%20Integers%20without%20Consecutive%20Ones/README.md)
70-
- [788. 旋转数字](/solution/0700-0799/0788.Rotated%20Digits/README.md)
71-
- [902. 最大为 N 的数字组合](/solution/0900-0999/0902.Numbers%20At%20Most%20N%20Given%20Digit%20Set/README.md)
72-
- [1012. 至少有 1 位重复的数字](/solution/1000-1099/1012.Numbers%20With%20Repeated%20Digits/README.md)
73-
- [2376. 统计特殊整数](/solution/2300-2399/2376.Count%20Special%20Integers/README.md)
68+
- [357. 统计各位数字都不同的数字个数](https://github.com/doocs/leetcode/blob/main/solution/0300-0399/0357.Count%20Numbers%20with%20Unique%20Digits/README.md)
69+
- [600. 不含连续 1 的非负整数](https://github.com/doocs/leetcode/blob/main/solution/0600-0699/0600.Non-negative%20Integers%20without%20Consecutive%20Ones/README.md)
70+
- [788. 旋转数字](https://github.com/doocs/leetcode/blob/main/solution/0700-0799/0788.Rotated%20Digits/README.md)
71+
- [902. 最大为 N 的数字组合](https://github.com/doocs/leetcode/blob/main/solution/0900-0999/0902.Numbers%20At%20Most%20N%20Given%20Digit%20Set/README.md)
72+
- [1012. 至少有 1 位重复的数字](https://github.com/doocs/leetcode/blob/main/solution/1000-1099/1012.Numbers%20With%20Repeated%20Digits/README.md)
73+
- [2376. 统计特殊整数](https://github.com/doocs/leetcode/blob/main/solution/2300-2399/2376.Count%20Special%20Integers/README.md)
7474

7575
<!-- tabs:start -->
7676

solution/0200-0299/0247.Strobogrammatic Number II/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151

5252
时间复杂度为 $O(2^{n+2})$。
5353

54-
相似题目:[248. 中心对称数 III](/solution/0200-0299/0248.Strobogrammatic%20Number%20III/README.md)
54+
相似题目:
55+
56+
- [248. 中心对称数 III](https://github.com/doocs/leetcode/blob/main/solution/0200-0299/0248.Strobogrammatic%20Number%20III/README.md)
5557

5658
<!-- tabs:start -->
5759

solution/0200-0299/0248.Strobogrammatic Number III/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959

6060
时间复杂度为 $O(2^{n+2}\times \log n)$。
6161

62-
相似题目:[247. 中心对称数 II](/solution/0200-0299/0247.Strobogrammatic%20Number%20II/README.md)
62+
相似题目:
63+
64+
- [247. 中心对称数 II](https://github.com/doocs/leetcode/blob/main/solution/0200-0299/0247.Strobogrammatic%20Number%20II/README.md)
6365

6466
<!-- tabs:start -->
6567

solution/0200-0299/0279.Perfect Squares/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $$
6868

6969
相似题目:
7070

71-
- [322. 零钱兑换](/solution/0300-0399/0322.Coin%20Change/README.md)
71+
- [322. 零钱兑换](https://github.com/doocs/leetcode/blob/main/solution/0300-0399/0322.Coin%20Change/README.md)
7272

7373
<!-- tabs:start -->
7474

solution/0200-0299/0296.Best Meeting Point/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656

5757
相似题目:
5858

59-
- [462. 最少移动次数使数组元素相等 II](/solution/0400-0499/0462.Minimum%20Moves%20to%20Equal%20Array%20Elements%20II/README.md)
60-
- [2448. 使数组相等的最小开销](/solution/2400-2499/2448.Minimum%20Cost%20to%20Make%20Array%20Equal/README.md)
59+
- [462. 最少移动次数使数组元素相等 II](https://github.com/doocs/leetcode/blob/main/solution/0400-0499/0462.Minimum%20Moves%20to%20Equal%20Array%20Elements%20II/README.md)
60+
- [2448. 使数组相等的最小开销](https://github.com/doocs/leetcode/blob/main/solution/2400-2499/2448.Minimum%20Cost%20to%20Make%20Array%20Equal/README.md)
6161

6262
<!-- tabs:start -->
6363

solution/0300-0399/0322.Coin Change/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $$
7878

7979
相似题目:
8080

81-
- [279. 完全平方数](/solution/0200-0299/0279.Perfect%20Squares/README.md)
81+
- [279. 完全平方数](https://github.com/doocs/leetcode/blob/main/solution/0200-0299/0279.Perfect%20Squares/README.md)
8282

8383
<!-- tabs:start -->
8484

solution/0300-0399/0329.Longest Increasing Path in a Matrix/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858

5959
时间复杂度 $O(m \times n)$,空间复杂度 $O(m \times n)$。其中 $m$ 和 $n$ 分别是矩阵的行数和列数。
6060

61-
相似题目:[2328. 网格图中递增路径的数目](/solution/2300-2399/2328.Number%20of%20Increasing%20Paths%20in%20a%20Grid/README.md)
61+
相似题目:
62+
63+
- [2328. 网格图中递增路径的数目](https://github.com/doocs/leetcode/blob/main/solution/2300-2399/2328.Number%20of%20Increasing%20Paths%20in%20a%20Grid/README.md)
6264

6365
<!-- tabs:start -->
6466

0 commit comments

Comments
 (0)