Skip to content

Commit f48436e

Browse files
committed
Update to 1030.
1 parent ce3f39e commit f48436e

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

README-CN.md

+26
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,31 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
2222

2323
| # | Title | Solution | Difficulty |
2424
|---| ----- | -------- | ---------- |
25+
|1030|[Matrix Cells in Distance Order](https://github.com/grandyang/leetcode/issues/1030)|66.90%|Easy|
26+
|1029|[Two City Scheduling](https://github.com/grandyang/leetcode/issues/1029)|57.90%|Medium|
27+
|1028|[Recover a Tree From Preorder Traversal](https://github.com/grandyang/leetcode/issues/1028)|70.90%|Hard|
28+
|1027|[Longest Arithmetic Subsequence](https://github.com/grandyang/leetcode/issues/1027)|49.80%|Medium|
29+
|1026|[Maximum Difference Between Node and Ancestor](https://github.com/grandyang/leetcode/issues/1026)|69.40%|Medium|
30+
|1025|[Divisor Game](https://github.com/grandyang/leetcode/issues/1025)|66.20%|Easy|
31+
|1024|[Video Stitching](https://github.com/grandyang/leetcode/issues/1024)|49.00%|Medium|
32+
|1023|[Camelcase Matching](https://github.com/grandyang/leetcode/issues/1023)|57.40%|Medium|
33+
|1022|[Sum of Root To Leaf Binary Numbers](https://github.com/grandyang/leetcode/issues/1022)|71.50%|Easy|
34+
|1021|[Remove Outermost Parentheses](https://github.com/grandyang/leetcode/issues/1021)|79.00%|Easy|
35+
|1020|[Number of Enclaves](https://github.com/grandyang/leetcode/issues/1020)|58.90%|Medium|
36+
|1019|[Next Greater Node In Linked List](https://github.com/grandyang/leetcode/issues/1019)|58.20%|Medium|
37+
|1018|[Binary Prefix Divisible By 5](https://github.com/grandyang/leetcode/issues/1018)|47.80%|Easy|
38+
|1017|[Convert to Base -2](https://github.com/grandyang/leetcode/issues/1017)|59.60%|Medium|
39+
|1016|[Binary String With Substrings Representing 1 To N](https://github.com/grandyang/leetcode/issues/1016)|58.90%|Medium|
40+
|1015|[Smallest Integer Divisible by K](https://github.com/grandyang/leetcode/issues/1015)|41.80%|Medium|
41+
|1014|[Best Sightseeing Pair](https://github.com/grandyang/leetcode/issues/1014)|52.90%|Medium|
42+
|1013|[Partition Array Into Three Parts With Equal Sum](https://github.com/grandyang/leetcode/issues/1013)|49.10%|Easy|
43+
|1012|[Numbers With Repeated Digits](https://github.com/grandyang/leetcode/issues/1012)|37.80%|Hard|
44+
|1011|[Capacity To Ship Packages Within D Days](https://github.com/grandyang/leetcode/issues/1011)|59.70%|Medium|
45+
|1010|[Pairs of Songs With Total Durations Divisible by 60](https://github.com/grandyang/leetcode/issues/1010)|50.10%|Medium|
46+
|1009|[Complement of Base 10 Integer](https://github.com/grandyang/leetcode/issues/1009)|61.50%|Easy|
47+
|1008|[Construct Binary Search Tree from Preorder Traversal](https://github.com/grandyang/leetcode/issues/1008)|78.80%|Medium|
48+
|1007|[Minimum Domino Rotations For Equal Row](https://github.com/grandyang/leetcode/issues/1007)|50.90%|Medium|
49+
|1006|[Clumsy Factorial](https://github.com/grandyang/leetcode/issues/1006)|53.70%|Medium|
2550
|1005|[Maximize Sum Of Array After K Negations](https://github.com/grandyang/leetcode/issues/1005)|52.40%|Easy|
2651
|1004|[Max Consecutive Ones III](https://github.com/grandyang/leetcode/issues/1004)|60.50%|Medium|
2752
|1003|[Check If Word Is Valid After Substitutions](https://github.com/grandyang/leetcode/issues/1003)|56.10%|Medium|
@@ -1029,6 +1054,7 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
10291054

10301055

10311056

1057+
10321058
<br>
10331059

10341060
## 微信公众号

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,31 @@ Note: All explanations are written in Github Issues, **please do not create any
2323

2424
| # | Title | Solution | Difficulty |
2525
|---| ----- | -------- | ---------- |
26+
|1030|[Matrix Cells in Distance Order](https://github.com/grandyang/leetcode/issues/1030)|66.90%|Easy|
27+
|1029|[Two City Scheduling](https://github.com/grandyang/leetcode/issues/1029)|57.90%|Medium|
28+
|1028|[Recover a Tree From Preorder Traversal](https://github.com/grandyang/leetcode/issues/1028)|70.90%|Hard|
29+
|1027|[Longest Arithmetic Subsequence](https://github.com/grandyang/leetcode/issues/1027)|49.80%|Medium|
30+
|1026|[Maximum Difference Between Node and Ancestor](https://github.com/grandyang/leetcode/issues/1026)|69.40%|Medium|
31+
|1025|[Divisor Game](https://github.com/grandyang/leetcode/issues/1025)|66.20%|Easy|
32+
|1024|[Video Stitching](https://github.com/grandyang/leetcode/issues/1024)|49.00%|Medium|
33+
|1023|[Camelcase Matching](https://github.com/grandyang/leetcode/issues/1023)|57.40%|Medium|
34+
|1022|[Sum of Root To Leaf Binary Numbers](https://github.com/grandyang/leetcode/issues/1022)|71.50%|Easy|
35+
|1021|[Remove Outermost Parentheses](https://github.com/grandyang/leetcode/issues/1021)|79.00%|Easy|
36+
|1020|[Number of Enclaves](https://github.com/grandyang/leetcode/issues/1020)|58.90%|Medium|
37+
|1019|[Next Greater Node In Linked List](https://github.com/grandyang/leetcode/issues/1019)|58.20%|Medium|
38+
|1018|[Binary Prefix Divisible By 5](https://github.com/grandyang/leetcode/issues/1018)|47.80%|Easy|
39+
|1017|[Convert to Base -2](https://github.com/grandyang/leetcode/issues/1017)|59.60%|Medium|
40+
|1016|[Binary String With Substrings Representing 1 To N](https://github.com/grandyang/leetcode/issues/1016)|58.90%|Medium|
41+
|1015|[Smallest Integer Divisible by K](https://github.com/grandyang/leetcode/issues/1015)|41.80%|Medium|
42+
|1014|[Best Sightseeing Pair](https://github.com/grandyang/leetcode/issues/1014)|52.90%|Medium|
43+
|1013|[Partition Array Into Three Parts With Equal Sum](https://github.com/grandyang/leetcode/issues/1013)|49.10%|Easy|
44+
|1012|[Numbers With Repeated Digits](https://github.com/grandyang/leetcode/issues/1012)|37.80%|Hard|
45+
|1011|[Capacity To Ship Packages Within D Days](https://github.com/grandyang/leetcode/issues/1011)|59.70%|Medium|
46+
|1010|[Pairs of Songs With Total Durations Divisible by 60](https://github.com/grandyang/leetcode/issues/1010)|50.10%|Medium|
47+
|1009|[Complement of Base 10 Integer](https://github.com/grandyang/leetcode/issues/1009)|61.50%|Easy|
48+
|1008|[Construct Binary Search Tree from Preorder Traversal](https://github.com/grandyang/leetcode/issues/1008)|78.80%|Medium|
49+
|1007|[Minimum Domino Rotations For Equal Row](https://github.com/grandyang/leetcode/issues/1007)|50.90%|Medium|
50+
|1006|[Clumsy Factorial](https://github.com/grandyang/leetcode/issues/1006)|53.70%|Medium|
2651
|1005|[Maximize Sum Of Array After K Negations](https://github.com/grandyang/leetcode/issues/1005)|52.40%|Easy|
2752
|1004|[Max Consecutive Ones III](https://github.com/grandyang/leetcode/issues/1004)|60.50%|Medium|
2853
|1003|[Check If Word Is Valid After Substitutions](https://github.com/grandyang/leetcode/issues/1003)|56.10%|Medium|
@@ -1030,6 +1055,7 @@ Note: All explanations are written in Github Issues, **please do not create any
10301055

10311056

10321057

1058+
10331059
<br>
10341060

10351061
## WeChat Official Subscription Account

0 commit comments

Comments
 (0)