@@ -22,6 +22,46 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
22
22
23
23
| # | Title | Solution | Difficulty |
24
24
| ---| ----- | -------- | ---------- |
25
+ | 1090| [ Largest Values From Labels] ( https://github.com/grandyang/leetcode/issues/1090 ) | 60.10%| Medium|
26
+ | 1089| [ Duplicate Zeros] ( https://github.com/grandyang/leetcode/issues/1089 ) | 51.60%| Easy|
27
+ | 1088| [ Confusing Number II] ( https://github.com/grandyang/leetcode/issues/1088 ) | 45.60%| Hard|
28
+ | 1087| Brace Expansion $| 63.20%| Medium|
29
+ | 1086| High Five $| 77.50%| Easy|
30
+ | 1085| Sum of Digits in the Minimum Number $| 75.10%| Easy|
31
+ | 1084| Sales Analysis III * $| 54.80%| Easy|
32
+ | 1083| Sales Analysis II * $| 50.80%| Easy|
33
+ | 1082| Sales Analysis I * $| 73.90%| Easy|
34
+ | 1081| [ Smallest Subsequence of Distinct Characters] ( https://github.com/grandyang/leetcode/issues/1081 ) | 53.60%| Medium|
35
+ | 1080| [ Insufficient Nodes in Root to Leaf Paths] ( https://github.com/grandyang/leetcode/issues/1080 ) | 50.10%| Medium|
36
+ | 1079| [ Letter Tile Possibilities] ( https://github.com/grandyang/leetcode/issues/1079 ) | 75.90%| Medium|
37
+ | 1078| [ Occurrences After Bigram] ( https://github.com/grandyang/leetcode/issues/1078 ) | 65.00%| Easy|
38
+ | 1077| Project Employees III * $| 78.00%| Medium|
39
+ | 1076| Project Employees II * $| 52.80%| Easy|
40
+ | 1075| Project Employees I * $| 66.20%| Easy|
41
+ | 1074| [ Number of Submatrices That Sum to Target] ( https://github.com/grandyang/leetcode/issues/1074 ) | 62.00%| Hard|
42
+ | 1073| [ Adding Two Negabinary Numbers] ( https://github.com/grandyang/leetcode/issues/1073 ) | 34.80%| Medium|
43
+ | 1072| [ Flip Columns For Maximum Number of Equal Rows] ( https://github.com/grandyang/leetcode/issues/1072 ) | 61.60%| Medium|
44
+ | 1071| [ Greatest Common Divisor of Strings] ( https://github.com/grandyang/leetcode/issues/1071 ) | 51.50%| Easy|
45
+ | 1070| Product Sales Analysis III * $| 49.90%| Medium|
46
+ | 1069| Product Sales Analysis II * $| 83.30%| Easy|
47
+ | 1068| Product Sales Analysis I * $| 82.10%| Easy|
48
+ | 1067| Digit Count in Range $| 41.60%| Hard|
49
+ | 1066| Campus Bikes II $| 54.20%| Medium|
50
+ | 1065| Index Pairs of a String $| 61.00%| Easy|
51
+ | 1064| Fixed Point $| 64.90%| Easy|
52
+ | 1063| Number of Valid Subarrays $| 72.10%| Hard|
53
+ | 1062| Longest Repeating Substring $| 58.40%| Medium|
54
+ | 1061| Lexicographically Smallest Equivalent String $| 66.90%| Medium|
55
+ | 1060| Missing Element in Sorted Array $| 54.80%| Medium|
56
+ | 1059| All Paths from Source Lead to Destination $| 43.00%| Medium|
57
+ | 1058| Minimize Rounding Error to Meet Target $| 43.70%| Medium|
58
+ | 1057| [ Campus Bikes ] ( https://github.com/grandyang/leetcode/issues/1057 ) $| 57.80%| Medium|
59
+ | 1056| [ Confusing Number ] ( https://github.com/grandyang/leetcode/issues/1056 ) $| 47.00%| Easy|
60
+ | 1055| [ Shortest Way to Form String ] ( https://github.com/grandyang/leetcode/issues/1055 ) $| 57.20%| Medium|
61
+ | 1054| [ Distant Barcodes] ( https://github.com/grandyang/leetcode/issues/1054 ) | 44.20%| Medium|
62
+ | 1053| [ Previous Permutation With One Swap] ( https://github.com/grandyang/leetcode/issues/1053 ) | 51.20%| Medium|
63
+ | 1052| [ Grumpy Bookstore Owner] ( https://github.com/grandyang/leetcode/issues/1052 ) | 55.90%| Medium|
64
+ | 1051| [ Height Checker] ( https://github.com/grandyang/leetcode/issues/1051 ) | 72.10%| Easy|
25
65
| 1050| Actors and Directors Who Cooperated At Least Three Times * $| 72.40%| Easy|
26
66
| 1049| [ Last Stone Weight II] ( https://github.com/grandyang/leetcode/issues/1049 ) | 45.40%| Medium|
27
67
| 1048| [ Longest String Chain] ( https://github.com/grandyang/leetcode/issues/1048 ) | 55.50%| Medium|
@@ -1076,6 +1116,7 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
1076
1116
1077
1117
1078
1118
1119
+
1079
1120
<br >
1080
1121
1081
1122
## 微信公众号
0 commit comments