Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d3ac60

Browse files
Update to 1200.
1 parent 4dd8e60 commit 5d3ac60

File tree

2 files changed

+104
-2
lines changed

2 files changed

+104
-2
lines changed

‎README-CN.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,56 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
2222

2323
| # | Title | Solution | Difficulty |
2424
|---| ----- | -------- | ---------- |
25+
|1200|[Minimum Absolute Difference](https://github.com/grandyang/leetcode/issues/1200)|67.30%|Easy|
26+
|1199|Minimum Time to Build Blocks $|39.40%|Hard|
27+
|1198|Find Smallest Common Element in All Rows $|76.30%|Medium|
28+
|1197|Minimum Knight Moves $|38.60%|Medium|
29+
|1196|How Many Apples Can You Put into the Basket $|68.30%|Easy|
30+
|1195|Fizz Buzz Multithreaded ~|71.40%|Medium|
31+
|1194|Tournament Winners *|52.70%|Hard|
32+
|1193|Monthly Transactions I *|68.70%|Medium|
33+
|1192|[Critical Connections in a Network](https://github.com/grandyang/leetcode/issues/1192)|51.80%|Hard|
34+
|1191|[K-Concatenation Maximum Sum](https://github.com/grandyang/leetcode/issues/1191)|24.60%|Medium|
35+
|1190|[Reverse Substrings Between Each Pair of Parentheses](https://github.com/grandyang/leetcode/issues/1190)|65.00%|Medium|
36+
|1189|[Maximum Number of Balloons](https://github.com/grandyang/leetcode/issues/1189)|62.00%|Easy|
37+
|1188|Design Bounded Blocking Queue ~|73.20%|Medium|
38+
|1187|[Make Array Strictly Increasing](https://github.com/grandyang/leetcode/issues/1187)|43.80%|Hard|
39+
|1186|[Maximum Subarray Sum with One Deletion](https://github.com/grandyang/leetcode/issues/1186)|39.80%|Medium|
40+
|1185|[Day of the Week](https://github.com/grandyang/leetcode/issues/1185)|59.90%|Easy|
41+
|1184|[Distance Between Bus Stops](https://github.com/grandyang/leetcode/issues/1184)|53.90%|Easy|
42+
|1183|Maximum Number of Ones $|58.70%|Hard|
43+
|1182|Shortest Distance to Target Color $|54.30%|Medium|
44+
|1181|Before and After Puzzle $|44.70%|Medium|
45+
|1180|Count Substrings with Only One Distinct Letter $|78.30%|Easy|
46+
|1179|Reformat Department Table *|82.10%|Easy|
47+
|1178|[Number of Valid Words for Each Puzzle](https://github.com/grandyang/leetcode/issues/1178)|40.80%|Hard|
48+
|1177|[Can Make Palindrome from Substring](https://github.com/grandyang/leetcode/issues/1177)|36.50%|Medium|
49+
|1176|Diet Plan Performance $|53.50%|Easy|
50+
|1175|[Prime Arrangements](https://github.com/grandyang/leetcode/issues/1175)|51.90%|Medium|
51+
|1174|Immediate Food Delivery II *|63.10%|Medium|
52+
|1173|Immediate Food Delivery I *|83.10%|Easy|
53+
|1172|[Dinner Plate Stacks](https://github.com/grandyang/leetcode/issues/1172)|36.40%|Hard|
54+
|1171|[Remove Zero Sum Consecutive Nodes from Linked List](https://github.com/grandyang/leetcode/issues/1171)|41.90%|Medium|
55+
|1170|[Compare Strings by Frequency of the Smallest Character](https://github.com/grandyang/leetcode/issues/1170)|60.60%|Medium|
56+
|1169|[Invalid Transactions](https://github.com/grandyang/leetcode/issues/1169)|30.40%|Medium|
57+
|1168|Optimize Water Distribution in a Village $|62.30%|Hard|
58+
|1167|Minimum Cost to Connect Sticks $|65.70%|Medium|
59+
|1166|Design File System $|59.00%|Medium|
60+
|1165|Single-Row Keyboard $|85.50%|Easy|
61+
|1164|Product Price at a Given Date *|69.00%|Medium|
62+
|1163|[Last Substring in Lexicographical Order](https://github.com/grandyang/leetcode/issues/1163)|36.00%|Hard|
63+
|1162|[As Far from Land as Possible](https://github.com/grandyang/leetcode/issues/1162)|46.60%|Medium|
64+
|1161|[Maximum Level Sum of a Binary Tree](https://github.com/grandyang/leetcode/issues/1161)|67.50%|Medium|
65+
|1160|[Find Words That Can Be Formed by Characters](https://github.com/grandyang/leetcode/issues/1160)|67.80%|Easy|
66+
|1159|Market Analysis II *|57.00%|Hard|
67+
|1158|Market Analysis I *|65.00%|Medium|
68+
|1157|[Online Majority Element In Subarray](https://github.com/grandyang/leetcode/issues/1157)|41.60%|Hard|
69+
|1156|[Swap For Longest Repeated Character Substring](https://github.com/grandyang/leetcode/issues/1156)|47.20%|Medium|
70+
|1155|[Number of Dice Rolls With Target Sum](https://github.com/grandyang/leetcode/issues/1155)|47.70%|Medium|
71+
|1154|[Day of the Year](https://github.com/grandyang/leetcode/issues/1154)|50.10%|Easy|
72+
|1153|String Transforms Into Another String $|35.60%|Hard|
73+
|1152|Analyze User Website Visit Pattern $|43.20%|Medium|
74+
|1151|Minimum Swaps to Group All 1's Together $|51.90%|Medium|
2575
|1150|Check If a Number Is Majority Element in a Sorted Array $|57.10%|Easy|
2676
|1149|Article Views II * $|48.20%|Medium|
2777
|1148|Article Views I * $|77.10%|Easy|
@@ -1119,7 +1169,7 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
11191169
|53|[Maximum Subarray](https://github.com/grandyang/leetcode/issues/53)|34.50%|Medium|
11201170
|52|[N-Queens II](https://github.com/grandyang/leetcode/issues/52)|35.80%|Hard|
11211171
|51|[N-Queens](https://github.com/grandyang/leetcode/issues/51)|26.50%|Hard|
1122-
|50|"Pow(x| n)"|26.70%|
1172+
|50|[Pow(x, n)](https://github.com/grandyang/leetcode/issues/50)|26.70%|
11231173
|49|[Anagrams](https://github.com/grandyang/leetcode/issues/49)|24.30%|Medium|
11241174
|48|[Rotate Image](https://github.com/grandyang/leetcode/issues/48)|31.90%|Medium|
11251175
|47|[Permutations II](https://github.com/grandyang/leetcode/issues/47)|25.80%|Hard|
@@ -1174,6 +1224,7 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
11741224

11751225

11761226

1227+
11771228
<br>
11781229

11791230
## 微信公众号

‎README.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,56 @@ Note: All explanations are written in Github Issues, **please do not create any
2323

2424
| # | Title | Solution | Difficulty |
2525
|---| ----- | -------- | ---------- |
26+
|1200|[Minimum Absolute Difference](https://github.com/grandyang/leetcode/issues/1200)|67.30%|Easy|
27+
|1199|Minimum Time to Build Blocks $|39.40%|Hard|
28+
|1198|Find Smallest Common Element in All Rows $|76.30%|Medium|
29+
|1197|Minimum Knight Moves $|38.60%|Medium|
30+
|1196|How Many Apples Can You Put into the Basket $|68.30%|Easy|
31+
|1195|Fizz Buzz Multithreaded ~|71.40%|Medium|
32+
|1194|Tournament Winners *|52.70%|Hard|
33+
|1193|Monthly Transactions I *|68.70%|Medium|
34+
|1192|[Critical Connections in a Network](https://github.com/grandyang/leetcode/issues/1192)|51.80%|Hard|
35+
|1191|[K-Concatenation Maximum Sum](https://github.com/grandyang/leetcode/issues/1191)|24.60%|Medium|
36+
|1190|[Reverse Substrings Between Each Pair of Parentheses](https://github.com/grandyang/leetcode/issues/1190)|65.00%|Medium|
37+
|1189|[Maximum Number of Balloons](https://github.com/grandyang/leetcode/issues/1189)|62.00%|Easy|
38+
|1188|Design Bounded Blocking Queue ~|73.20%|Medium|
39+
|1187|[Make Array Strictly Increasing](https://github.com/grandyang/leetcode/issues/1187)|43.80%|Hard|
40+
|1186|[Maximum Subarray Sum with One Deletion](https://github.com/grandyang/leetcode/issues/1186)|39.80%|Medium|
41+
|1185|[Day of the Week](https://github.com/grandyang/leetcode/issues/1185)|59.90%|Easy|
42+
|1184|[Distance Between Bus Stops](https://github.com/grandyang/leetcode/issues/1184)|53.90%|Easy|
43+
|1183|Maximum Number of Ones $|58.70%|Hard|
44+
|1182|Shortest Distance to Target Color $|54.30%|Medium|
45+
|1181|Before and After Puzzle $|44.70%|Medium|
46+
|1180|Count Substrings with Only One Distinct Letter $|78.30%|Easy|
47+
|1179|Reformat Department Table *|82.10%|Easy|
48+
|1178|[Number of Valid Words for Each Puzzle](https://github.com/grandyang/leetcode/issues/1178)|40.80%|Hard|
49+
|1177|[Can Make Palindrome from Substring](https://github.com/grandyang/leetcode/issues/1177)|36.50%|Medium|
50+
|1176|Diet Plan Performance $|53.50%|Easy|
51+
|1175|[Prime Arrangements](https://github.com/grandyang/leetcode/issues/1175)|51.90%|Medium|
52+
|1174|Immediate Food Delivery II *|63.10%|Medium|
53+
|1173|Immediate Food Delivery I *|83.10%|Easy|
54+
|1172|[Dinner Plate Stacks](https://github.com/grandyang/leetcode/issues/1172)|36.40%|Hard|
55+
|1171|[Remove Zero Sum Consecutive Nodes from Linked List](https://github.com/grandyang/leetcode/issues/1171)|41.90%|Medium|
56+
|1170|[Compare Strings by Frequency of the Smallest Character](https://github.com/grandyang/leetcode/issues/1170)|60.60%|Medium|
57+
|1169|[Invalid Transactions](https://github.com/grandyang/leetcode/issues/1169)|30.40%|Medium|
58+
|1168|Optimize Water Distribution in a Village $|62.30%|Hard|
59+
|1167|Minimum Cost to Connect Sticks $|65.70%|Medium|
60+
|1166|Design File System $|59.00%|Medium|
61+
|1165|Single-Row Keyboard $|85.50%|Easy|
62+
|1164|Product Price at a Given Date *|69.00%|Medium|
63+
|1163|[Last Substring in Lexicographical Order](https://github.com/grandyang/leetcode/issues/1163)|36.00%|Hard|
64+
|1162|[As Far from Land as Possible](https://github.com/grandyang/leetcode/issues/1162)|46.60%|Medium|
65+
|1161|[Maximum Level Sum of a Binary Tree](https://github.com/grandyang/leetcode/issues/1161)|67.50%|Medium|
66+
|1160|[Find Words That Can Be Formed by Characters](https://github.com/grandyang/leetcode/issues/1160)|67.80%|Easy|
67+
|1159|Market Analysis II *|57.00%|Hard|
68+
|1158|Market Analysis I *|65.00%|Medium|
69+
|1157|[Online Majority Element In Subarray](https://github.com/grandyang/leetcode/issues/1157)|41.60%|Hard|
70+
|1156|[Swap For Longest Repeated Character Substring](https://github.com/grandyang/leetcode/issues/1156)|47.20%|Medium|
71+
|1155|[Number of Dice Rolls With Target Sum](https://github.com/grandyang/leetcode/issues/1155)|47.70%|Medium|
72+
|1154|[Day of the Year](https://github.com/grandyang/leetcode/issues/1154)|50.10%|Easy|
73+
|1153|String Transforms Into Another String $|35.60%|Hard|
74+
|1152|Analyze User Website Visit Pattern $|43.20%|Medium|
75+
|1151|Minimum Swaps to Group All 1's Together $|51.90%|Medium|
2676
|1150|Check If a Number Is Majority Element in a Sorted Array $|57.10%|Easy|
2777
|1149|Article Views II * $|48.20%|Medium|
2878
|1148|Article Views I * $|77.10%|Easy|
@@ -1120,7 +1170,7 @@ Note: All explanations are written in Github Issues, **please do not create any
11201170
|53|[Maximum Subarray](https://github.com/grandyang/leetcode/issues/53)|34.50%|Medium|
11211171
|52|[N-Queens II](https://github.com/grandyang/leetcode/issues/52)|35.80%|Hard|
11221172
|51|[N-Queens](https://github.com/grandyang/leetcode/issues/51)|26.50%|Hard|
1123-
|50|"Pow(x| n)"|26.70%|
1173+
|50|[Pow(x, n)](https://github.com/grandyang/leetcode/issues/50)|26.70%|
11241174
|49|[Anagrams](https://github.com/grandyang/leetcode/issues/49)|24.30%|Medium|
11251175
|48|[Rotate Image](https://github.com/grandyang/leetcode/issues/48)|31.90%|Medium|
11261176
|47|[Permutations II](https://github.com/grandyang/leetcode/issues/47)|25.80%|Hard|
@@ -1174,6 +1224,7 @@ Note: All explanations are written in Github Issues, **please do not create any
11741224

11751225

11761226

1227+
11771228
<br>
11781229

11791230
## WeChat Official Subscription Account

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /