Skip to content

Commit ce3f39e

Browse files
committed
Update to 1005.
1 parent 5237221 commit ce3f39e

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+
|1005|[Maximize Sum Of Array After K Negations](https://github.com/grandyang/leetcode/issues/1005)|52.40%|Easy|
26+
|1004|[Max Consecutive Ones III](https://github.com/grandyang/leetcode/issues/1004)|60.50%|Medium|
27+
|1003|[Check If Word Is Valid After Substitutions](https://github.com/grandyang/leetcode/issues/1003)|56.10%|Medium|
28+
|1002|[Find Common Characters](https://github.com/grandyang/leetcode/issues/1002)|68.10%|Easy|
29+
|1001|[Grid Illumination](https://github.com/grandyang/leetcode/issues/1001)|36.60%|Hard|
30+
|1000|[Minimum Cost to Merge Stones](https://github.com/grandyang/leetcode/issues/1000)|40.40%|Hard|
31+
|999|[Available Captures for Rook](https://github.com/grandyang/leetcode/issues/999)|66.80%|Easy|
32+
|998|[Maximum Binary Tree II](https://github.com/grandyang/leetcode/issues/998)|63.70%|Medium|
33+
|997|[Find the Town Judge](https://github.com/grandyang/leetcode/issues/997)|49.80%|Easy|
34+
|996|[Number of Squareful Arrays](https://github.com/grandyang/leetcode/issues/996)|48.00%|Hard|
35+
|995|[Minimum Number of K Consecutive Bit Flips](https://github.com/grandyang/leetcode/issues/995)|49.60%|Hard|
36+
|994|[Rotting Oranges](https://github.com/grandyang/leetcode/issues/994)|49.60%|Medium|
37+
|993|[Cousins in Binary Tree](https://github.com/grandyang/leetcode/issues/993)|52.20%|Easy|
38+
|992|[Subarrays with K Different Integers](https://github.com/grandyang/leetcode/issues/992)|50.40%|Hard|
39+
|991|[Broken Calculator](https://github.com/grandyang/leetcode/issues/991)|46.40%|Medium|
40+
|990|[Satisfiability of Equality Equations](https://github.com/grandyang/leetcode/issues/990)|46.50%|Medium|
41+
|989|[Add to Array-Form of Integer](https://github.com/grandyang/leetcode/issues/989)|44.70%|Easy|
42+
|988|[Smallest String Starting From Leaf](https://github.com/grandyang/leetcode/issues/988)|46.60%|Medium|
43+
|987|[Vertical Order Traversal of a Binary Tree](https://github.com/grandyang/leetcode/issues/987)|37.60%|Medium|
44+
|986|[Interval List Intersections](https://github.com/grandyang/leetcode/issues/986)|68.10%|Medium|
45+
|985|[Sum of Even Numbers After Queries](https://github.com/grandyang/leetcode/issues/985)|60.70%|Easy|
46+
|984|[String Without AAA or BBB](https://github.com/grandyang/leetcode/issues/984)|38.50%|Medium|
47+
|983|[Minimum Cost For Tickets](https://github.com/grandyang/leetcode/issues/983)|62.60%|Medium|
48+
|982|[Triples with Bitwise AND Equal To Zero](https://github.com/grandyang/leetcode/issues/982)|56.10%|Hard|
49+
|981|[Time Based Key-Value Store](https://github.com/grandyang/leetcode/issues/981)|54.00%|Medium|
2550
|980|[Unique Paths III](https://github.com/grandyang/leetcode/issues/980)|77.10%|Hard|
2651
|979|[Distribute Coins in Binary Tree](https://github.com/grandyang/leetcode/issues/979)|69.30%|Medium|
2752
|978|[Longest Turbulent Subarray](https://github.com/grandyang/leetcode/issues/978)|46.60%|Medium|
@@ -1003,6 +1028,7 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
10031028

10041029

10051030

1031+
10061032
<br>
10071033

10081034
## 微信公众号

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+
|1005|[Maximize Sum Of Array After K Negations](https://github.com/grandyang/leetcode/issues/1005)|52.40%|Easy|
27+
|1004|[Max Consecutive Ones III](https://github.com/grandyang/leetcode/issues/1004)|60.50%|Medium|
28+
|1003|[Check If Word Is Valid After Substitutions](https://github.com/grandyang/leetcode/issues/1003)|56.10%|Medium|
29+
|1002|[Find Common Characters](https://github.com/grandyang/leetcode/issues/1002)|68.10%|Easy|
30+
|1001|[Grid Illumination](https://github.com/grandyang/leetcode/issues/1001)|36.60%|Hard|
31+
|1000|[Minimum Cost to Merge Stones](https://github.com/grandyang/leetcode/issues/1000)|40.40%|Hard|
32+
|999|[Available Captures for Rook](https://github.com/grandyang/leetcode/issues/999)|66.80%|Easy|
33+
|998|[Maximum Binary Tree II](https://github.com/grandyang/leetcode/issues/998)|63.70%|Medium|
34+
|997|[Find the Town Judge](https://github.com/grandyang/leetcode/issues/997)|49.80%|Easy|
35+
|996|[Number of Squareful Arrays](https://github.com/grandyang/leetcode/issues/996)|48.00%|Hard|
36+
|995|[Minimum Number of K Consecutive Bit Flips](https://github.com/grandyang/leetcode/issues/995)|49.60%|Hard|
37+
|994|[Rotting Oranges](https://github.com/grandyang/leetcode/issues/994)|49.60%|Medium|
38+
|993|[Cousins in Binary Tree](https://github.com/grandyang/leetcode/issues/993)|52.20%|Easy|
39+
|992|[Subarrays with K Different Integers](https://github.com/grandyang/leetcode/issues/992)|50.40%|Hard|
40+
|991|[Broken Calculator](https://github.com/grandyang/leetcode/issues/991)|46.40%|Medium|
41+
|990|[Satisfiability of Equality Equations](https://github.com/grandyang/leetcode/issues/990)|46.50%|Medium|
42+
|989|[Add to Array-Form of Integer](https://github.com/grandyang/leetcode/issues/989)|44.70%|Easy|
43+
|988|[Smallest String Starting From Leaf](https://github.com/grandyang/leetcode/issues/988)|46.60%|Medium|
44+
|987|[Vertical Order Traversal of a Binary Tree](https://github.com/grandyang/leetcode/issues/987)|37.60%|Medium|
45+
|986|[Interval List Intersections](https://github.com/grandyang/leetcode/issues/986)|68.10%|Medium|
46+
|985|[Sum of Even Numbers After Queries](https://github.com/grandyang/leetcode/issues/985)|60.70%|Easy|
47+
|984|[String Without AAA or BBB](https://github.com/grandyang/leetcode/issues/984)|38.50%|Medium|
48+
|983|[Minimum Cost For Tickets](https://github.com/grandyang/leetcode/issues/983)|62.60%|Medium|
49+
|982|[Triples with Bitwise AND Equal To Zero](https://github.com/grandyang/leetcode/issues/982)|56.10%|Hard|
50+
|981|[Time Based Key-Value Store](https://github.com/grandyang/leetcode/issues/981)|54.00%|Medium|
2651
|980|[Unique Paths III](https://github.com/grandyang/leetcode/issues/980)|77.10%|Hard|
2752
|979|[Distribute Coins in Binary Tree](https://github.com/grandyang/leetcode/issues/979)|69.30%|Medium|
2853
|978|[Longest Turbulent Subarray](https://github.com/grandyang/leetcode/issues/978)|46.60%|Medium|
@@ -1004,6 +1029,7 @@ Note: All explanations are written in Github Issues, **please do not create any
10041029

10051030

10061031

1032+
10071033
<br>
10081034

10091035
## WeChat Official Subscription Account

0 commit comments

Comments
 (0)