Skip to content

Commit 51a6f1d

Browse files
committed
Add problems 881 - 905
1 parent d291e57 commit 51a6f1d

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

README-CH.md README-CN.md

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

2222
| # | Title | Solution | Difficulty |
2323
|---| ----- | -------- | ---------- |
24+
|905|[Sort Array By Parity](https://github.com/grandyang/LeetCode-All-In-One/issues/905)|72.60%|Easy|
25+
|904|[Fruit Into Baskets](https://github.com/grandyang/LeetCode-All-In-One/issues/904)|41.70%|Medium|
26+
|903|[Valid Permutations for DI Sequence](https://github.com/grandyang/LeetCode-All-In-One/issues/903)|45.10%|Hard|
27+
|902|[Numbers At Most N Given Digit Set](https://github.com/grandyang/LeetCode-All-In-One/issues/902)|28.80%|Hard|
28+
|901|[Online Stock Span](https://github.com/grandyang/LeetCode-All-In-One/issues/901)|49.90%|Medium|
29+
|900|[RLE Iterator](https://github.com/grandyang/LeetCode-All-In-One/issues/900)|50.50%|Medium|
30+
|899|[Orderly Queue](https://github.com/grandyang/LeetCode-All-In-One/issues/899)|47.70%|Hard|
31+
|898|[Bitwise ORs of Subarrays](https://github.com/grandyang/LeetCode-All-In-One/issues/898)|34.70%|Medium|
32+
|897|[Increasing Order Search Tree](https://github.com/grandyang/LeetCode-All-In-One/issues/897)|65.20%|Easy|
33+
|896|[Monotonic Array](https://github.com/grandyang/LeetCode-All-In-One/issues/896)|55.40%|Easy|
34+
|895|[Maximum Frequency Stack](https://github.com/grandyang/LeetCode-All-In-One/issues/895)|56.70%|Hard|
35+
|894|[All Possible Full Binary Trees](https://github.com/grandyang/LeetCode-All-In-One/issues/894)|71.30%|Medium|
36+
|893|[Groups of Special-Equivalent Strings](https://github.com/grandyang/LeetCode-All-In-One/issues/893)|63.00%|Easy|
37+
|892|[Surface Area of 3D Shapes](https://github.com/grandyang/LeetCode-All-In-One/issues/892)|56.10%|Easy|
38+
|891|[Sum of Subsequence Widths](https://github.com/grandyang/LeetCode-All-In-One/issues/891)|29.20%|Hard|
39+
|890|[Find and Replace Pattern](https://github.com/grandyang/LeetCode-All-In-One/issues/890)|71.30%|Medium|
40+
|889|[Construct Binary Tree from Preorder and Postorder Traversal](https://github.com/grandyang/LeetCode-All-In-One/issues/889)|60.70%|Medium|
41+
|888|[Fair Candy Swap](https://github.com/grandyang/LeetCode-All-In-One/issues/888)|56.90%|Easy|
42+
|887|[Super Egg Drop](https://github.com/grandyang/LeetCode-All-In-One/issues/887)|24.90%|Hard|
43+
|886|[Possible Bipartition](https://github.com/grandyang/LeetCode-All-In-One/issues/886)|40.90%|Medium|
44+
|885|[Spiral Matrix III](https://github.com/grandyang/LeetCode-All-In-One/issues/885)|64.80%|Medium|
45+
|884|[Uncommon Words from Two Sentences](https://github.com/grandyang/LeetCode-All-In-One/issues/884)|60.90%|Easy|
46+
|883|[Projection Area of 3D Shapes](https://github.com/grandyang/LeetCode-All-In-One/issues/883)|65.90%|Easy|
47+
|882|[Reachable Nodes In Subdivided Graph](https://github.com/grandyang/LeetCode-All-In-One/issues/882)|38.20%|Hard|
48+
|881|[Boats to Save People](https://github.com/grandyang/LeetCode-All-In-One/issues/881)|44.10%|Medium|
2449
|880|[Decoded String at Index](https://github.com/grandyang/LeetCode-All-In-One/issues/880)|23.00%|Medium|
2550
|879|Profitable Schemes|36.20%|Hard|
2651
|878|Nth Magical Number|25.40%|Hard|

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![](https://img.shields.io/badge/%3C-awesome-green.svg)
88

99

10-
English | [简体中文](./README-CH.md)
10+
English | [简体中文](./README-CN.md)
1111

1212
---
1313

@@ -23,6 +23,31 @@ Note: All explanations are written in Github Issues, **please do not create any
2323

2424
| # | Title | Solution | Difficulty |
2525
|---| ----- | -------- | ---------- |
26+
|905|[Sort Array By Parity](https://github.com/grandyang/LeetCode-All-In-One/issues/905)|72.60%|Easy|
27+
|904|[Fruit Into Baskets](https://github.com/grandyang/LeetCode-All-In-One/issues/904)|41.70%|Medium|
28+
|903|[Valid Permutations for DI Sequence](https://github.com/grandyang/LeetCode-All-In-One/issues/903)|45.10%|Hard|
29+
|902|[Numbers At Most N Given Digit Set](https://github.com/grandyang/LeetCode-All-In-One/issues/902)|28.80%|Hard|
30+
|901|[Online Stock Span](https://github.com/grandyang/LeetCode-All-In-One/issues/901)|49.90%|Medium|
31+
|900|[RLE Iterator](https://github.com/grandyang/LeetCode-All-In-One/issues/900)|50.50%|Medium|
32+
|899|[Orderly Queue](https://github.com/grandyang/LeetCode-All-In-One/issues/899)|47.70%|Hard|
33+
|898|[Bitwise ORs of Subarrays](https://github.com/grandyang/LeetCode-All-In-One/issues/898)|34.70%|Medium|
34+
|897|[Increasing Order Search Tree](https://github.com/grandyang/LeetCode-All-In-One/issues/897)|65.20%|Easy|
35+
|896|[Monotonic Array](https://github.com/grandyang/LeetCode-All-In-One/issues/896)|55.40%|Easy|
36+
|895|[Maximum Frequency Stack](https://github.com/grandyang/LeetCode-All-In-One/issues/895)|56.70%|Hard|
37+
|894|[All Possible Full Binary Trees](https://github.com/grandyang/LeetCode-All-In-One/issues/894)|71.30%|Medium|
38+
|893|[Groups of Special-Equivalent Strings](https://github.com/grandyang/LeetCode-All-In-One/issues/893)|63.00%|Easy|
39+
|892|[Surface Area of 3D Shapes](https://github.com/grandyang/LeetCode-All-In-One/issues/892)|56.10%|Easy|
40+
|891|[Sum of Subsequence Widths](https://github.com/grandyang/LeetCode-All-In-One/issues/891)|29.20%|Hard|
41+
|890|[Find and Replace Pattern](https://github.com/grandyang/LeetCode-All-In-One/issues/890)|71.30%|Medium|
42+
|889|[Construct Binary Tree from Preorder and Postorder Traversal](https://github.com/grandyang/LeetCode-All-In-One/issues/889)|60.70%|Medium|
43+
|888|[Fair Candy Swap](https://github.com/grandyang/LeetCode-All-In-One/issues/888)|56.90%|Easy|
44+
|887|[Super Egg Drop](https://github.com/grandyang/LeetCode-All-In-One/issues/887)|24.90%|Hard|
45+
|886|[Possible Bipartition](https://github.com/grandyang/LeetCode-All-In-One/issues/886)|40.90%|Medium|
46+
|885|[Spiral Matrix III](https://github.com/grandyang/LeetCode-All-In-One/issues/885)|64.80%|Medium|
47+
|884|[Uncommon Words from Two Sentences](https://github.com/grandyang/LeetCode-All-In-One/issues/884)|60.90%|Easy|
48+
|883|[Projection Area of 3D Shapes](https://github.com/grandyang/LeetCode-All-In-One/issues/883)|65.90%|Easy|
49+
|882|[Reachable Nodes In Subdivided Graph](https://github.com/grandyang/LeetCode-All-In-One/issues/882)|38.20%|Hard|
50+
|881|[Boats to Save People](https://github.com/grandyang/LeetCode-All-In-One/issues/881)|44.10%|Medium|
2651
|880|[Decoded String at Index](https://github.com/grandyang/LeetCode-All-In-One/issues/880)|23.00%|Medium|
2752
|879|Profitable Schemes|36.20%|Hard|
2853
|878|Nth Magical Number|25.40%|Hard|

0 commit comments

Comments
 (0)