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 92567c8

Browse files
Update to 1050.
1 parent f48436e commit 92567c8

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

‎README-CN.md

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

2323
| # | Title | Solution | Difficulty |
2424
|---| ----- | -------- | ---------- |
25+
|1050|Actors and Directors Who Cooperated At Least Three Times * $|72.40%|Easy|
26+
|1049|[Last Stone Weight II](https://github.com/grandyang/leetcode/issues/1049)|45.40%|Medium|
27+
|1048|[Longest String Chain](https://github.com/grandyang/leetcode/issues/1048)|55.50%|Medium|
28+
|1047|[Remove All Adjacent Duplicates In String](https://github.com/grandyang/leetcode/issues/1047)|70.90%|Easy|
29+
|1046|[Last Stone Weight](https://github.com/grandyang/leetcode/issues/1046)|62.40%|Easy|
30+
|1045|Customers Who Bought All Products * $|68.40%|Medium|
31+
|1044|[Longest Duplicate Substring](https://github.com/grandyang/leetcode/issues/1044)|31.40%|Hard|
32+
|1043|[Partition Array for Maximum Sum](https://github.com/grandyang/leetcode/issues/1043)|67.10%|Medium|
33+
|1042|[Flower Planting With No Adjacent](https://github.com/grandyang/leetcode/issues/1042)|48.80%|Medium|
34+
|1041|[Robot Bounded In Circle](https://github.com/grandyang/leetcode/issues/1041)|55.00%|Medium|
35+
|1040|[Moving Stones Until Consecutive II](https://github.com/grandyang/leetcode/issues/1040)|54.10%|Medium|
36+
|1039|[Minimum Score Triangulation of Polygon](https://github.com/grandyang/leetcode/issues/1039)|50.10%|Medium|
37+
|1038|[Binary Search Tree to Greater Sum Tree](https://github.com/grandyang/leetcode/issues/1038)|82.30%|Medium|
38+
|1037|[Valid Boomerang](https://github.com/grandyang/leetcode/issues/1037)|37.80%|Easy|
39+
|1036|[Escape a Large Maze](https://github.com/grandyang/leetcode/issues/1036)|34.50%|Hard|
40+
|1035|[Uncrossed Lines](https://github.com/grandyang/leetcode/issues/1035)|56.10%|Medium|
41+
|1034|[Coloring A Border](https://github.com/grandyang/leetcode/issues/1034)|45.70%|Medium|
42+
|1033|[Moving Stones Until Consecutive](https://github.com/grandyang/leetcode/issues/1033)|43.20%|Easy|
43+
|1032|[Stream of Characters](https://github.com/grandyang/leetcode/issues/1032)|48.60%|Hard|
44+
|1031|[Maximum Sum of Two Non-Overlapping Subarrays](https://github.com/grandyang/leetcode/issues/1031)|58.90%|Medium|
2545
|1030|[Matrix Cells in Distance Order](https://github.com/grandyang/leetcode/issues/1030)|66.90%|Easy|
2646
|1029|[Two City Scheduling](https://github.com/grandyang/leetcode/issues/1029)|57.90%|Medium|
2747
|1028|[Recover a Tree From Preorder Traversal](https://github.com/grandyang/leetcode/issues/1028)|70.90%|Hard|
@@ -1055,6 +1075,7 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
10551075

10561076

10571077

1078+
10581079
<br>
10591080

10601081
## 微信公众号

‎README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,26 @@ Note: All explanations are written in Github Issues, **please do not create any
2323

2424
| # | Title | Solution | Difficulty |
2525
|---| ----- | -------- | ---------- |
26+
|1050|Actors and Directors Who Cooperated At Least Three Times * $|72.40%|Easy|
27+
|1049|[Last Stone Weight II](https://github.com/grandyang/leetcode/issues/1049)|45.40%|Medium|
28+
|1048|[Longest String Chain](https://github.com/grandyang/leetcode/issues/1048)|55.50%|Medium|
29+
|1047|[Remove All Adjacent Duplicates In String](https://github.com/grandyang/leetcode/issues/1047)|70.90%|Easy|
30+
|1046|[Last Stone Weight](https://github.com/grandyang/leetcode/issues/1046)|62.40%|Easy|
31+
|1045|Customers Who Bought All Products * $|68.40%|Medium|
32+
|1044|[Longest Duplicate Substring](https://github.com/grandyang/leetcode/issues/1044)|31.40%|Hard|
33+
|1043|[Partition Array for Maximum Sum](https://github.com/grandyang/leetcode/issues/1043)|67.10%|Medium|
34+
|1042|[Flower Planting With No Adjacent](https://github.com/grandyang/leetcode/issues/1042)|48.80%|Medium|
35+
|1041|[Robot Bounded In Circle](https://github.com/grandyang/leetcode/issues/1041)|55.00%|Medium|
36+
|1040|[Moving Stones Until Consecutive II](https://github.com/grandyang/leetcode/issues/1040)|54.10%|Medium|
37+
|1039|[Minimum Score Triangulation of Polygon](https://github.com/grandyang/leetcode/issues/1039)|50.10%|Medium|
38+
|1038|[Binary Search Tree to Greater Sum Tree](https://github.com/grandyang/leetcode/issues/1038)|82.30%|Medium|
39+
|1037|[Valid Boomerang](https://github.com/grandyang/leetcode/issues/1037)|37.80%|Easy|
40+
|1036|[Escape a Large Maze](https://github.com/grandyang/leetcode/issues/1036)|34.50%|Hard|
41+
|1035|[Uncrossed Lines](https://github.com/grandyang/leetcode/issues/1035)|56.10%|Medium|
42+
|1034|[Coloring A Border](https://github.com/grandyang/leetcode/issues/1034)|45.70%|Medium|
43+
|1033|[Moving Stones Until Consecutive](https://github.com/grandyang/leetcode/issues/1033)|43.20%|Easy|
44+
|1032|[Stream of Characters](https://github.com/grandyang/leetcode/issues/1032)|48.60%|Hard|
45+
|1031|[Maximum Sum of Two Non-Overlapping Subarrays](https://github.com/grandyang/leetcode/issues/1031)|58.90%|Medium|
2646
|1030|[Matrix Cells in Distance Order](https://github.com/grandyang/leetcode/issues/1030)|66.90%|Easy|
2747
|1029|[Two City Scheduling](https://github.com/grandyang/leetcode/issues/1029)|57.90%|Medium|
2848
|1028|[Recover a Tree From Preorder Traversal](https://github.com/grandyang/leetcode/issues/1028)|70.90%|Hard|
@@ -1056,6 +1076,7 @@ Note: All explanations are written in Github Issues, **please do not create any
10561076

10571077

10581078

1079+
10591080
<br>
10601081

10611082
## WeChat Official Subscription Account

0 commit comments

Comments
(0)

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