Skip to content

Commit 7270c71

Browse files
committed
更新 README.md
1 parent ba6fdfd commit 7270c71

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Favorite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
|[0879](https://leetcode.com/problems/profitable-schemes/)|[Profitable Schemes](./Algorithms/0879.profitable-schemes)|35%|Hard|[](https://leetcode.com/list/oussv5j)|
253253
|[0895](https://leetcode.com/problems/maximum-frequency-stack/)|[Maximum Frequency Stack](./Algorithms/0895.maximum-frequency-stack)|54%|Hard|[](https://leetcode.com/list/oussv5j)|
254254
|[0896](https://leetcode.com/problems/monotonic-array/)|[Monotonic Array](./Algorithms/0896.monotonic-array)|55%|Easy|[](https://leetcode.com/list/oussv5j)|
255-
|[0897](https://leetcode.com/problems/increasing-order-search-tree/)|[Increasing Order Search Tree](./Algorithms/0897.increasing-order-search-tree)|63%|Easy|[](https://leetcode.com/list/oussv5j)|
255+
|[0897](https://leetcode.com/problems/increasing-order-search-tree/)|[Increasing Order Search Tree](./Algorithms/0897.increasing-order-search-tree)|64%|Easy|[](https://leetcode.com/list/oussv5j)|
256256
|[0898](https://leetcode.com/problems/bitwise-ors-of-subarrays/)|[Bitwise ORs of Subarrays](./Algorithms/0898.bitwise-ors-of-subarrays)|33%|Medium|[](https://leetcode.com/list/oussv5j)|
257257
|[0901](https://leetcode.com/problems/online-stock-span/)|[Online Stock Span](./Algorithms/0901.online-stock-span)|48%|Medium|[](https://leetcode.com/list/oussv5j)|
258258
|[0903](https://leetcode.com/problems/valid-permutations-for-di-sequence/)|[Valid Permutations for DI Sequence](./Algorithms/0903.valid-permutations-for-di-sequence)|42%|Hard|[](https://leetcode.com/list/oussv5j)|

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
| |Easy|Medium|Hard|Total|
1212
|:---:|:---:|:---:|:---:|:---:|
13-
|**Accepted**|221|374|164|759|
13+
|**Accepted**|222|374|164|760|
1414
|**Total**|242|408|176|826|
1515

1616
## 题解
@@ -20,14 +20,14 @@
2020
|[1036](https://leetcode.com/problems/escape-a-large-maze/)| * Escape a Large Maze :new: |40%|Hard||
2121
|[1035](https://leetcode.com/problems/uncrossed-lines/)| * Uncrossed Lines :new: |48%|Medium||
2222
|[1034](https://leetcode.com/problems/coloring-a-border/)| * Coloring A Border :new: |42%|Medium||
23-
|[1033](https://leetcode.com/problems/moving-stones-until-consecutive/)| * Moving Stones Until Consecutive :new: |31%|Easy||
23+
|[1033](https://leetcode.com/problems/moving-stones-until-consecutive/)| * Moving Stones Until Consecutive|31%|Easy||
2424
|[1032](https://leetcode.com/problems/stream-of-characters/)| * Stream of Characters|39%|Hard||
2525
|[1031](https://leetcode.com/problems/maximum-sum-of-two-non-overlapping-subarrays/)| * Maximum Sum of Two Non-Overlapping Subarrays|55%|Medium||
2626
|[1030](https://leetcode.com/problems/matrix-cells-in-distance-order/)| * Matrix Cells in Distance Order|67%|Easy||
27-
|[1029](https://leetcode.com/problems/two-city-scheduling/)| * Two City Scheduling|52%|Easy||
27+
|[1029](https://leetcode.com/problems/two-city-scheduling/)| * Two City Scheduling|53%|Easy||
2828
|[1028](https://leetcode.com/problems/recover-a-tree-from-preorder-traversal/)| * Recover a Tree From Preorder Traversal|72%|Hard||
2929
|[1027](https://leetcode.com/problems/longest-arithmetic-sequence/)| * Longest Arithmetic Sequence|44%|Medium||
30-
|[1026](https://leetcode.com/problems/maximum-difference-between-node-and-ancestor/)| * Maximum Difference Between Node and Ancestor|57%|Medium||
30+
|[1026](https://leetcode.com/problems/maximum-difference-between-node-and-ancestor/)| * Maximum Difference Between Node and Ancestor|58%|Medium||
3131
|[1025](https://leetcode.com/problems/divisor-game/)| * Divisor Game|61%|Easy||
3232
|[1024](https://leetcode.com/problems/video-stitching/)| * Video Stitching|47%|Medium||
3333
|[1023](https://leetcode.com/problems/camelcase-matching/)| * Camelcase Matching|57%|Medium||
@@ -83,7 +83,7 @@
8383
|[0973](https://leetcode.com/problems/k-closest-points-to-origin/)| * K Closest Points to Origin|63%|Medium||
8484
|[0972](https://leetcode.com/problems/equal-rational-numbers/)| * Equal Rational Numbers|40%|Hard||
8585
|[0971](https://leetcode.com/problems/flip-binary-tree-to-match-preorder-traversal/)| * Flip Binary Tree To Match Preorder Traversal|42%|Medium||
86-
|[0970](https://leetcode.com/problems/powerful-integers/)| * Powerful Integers|39%|Easy||
86+
|[0970](https://leetcode.com/problems/powerful-integers/)|[Powerful Integers](./Algorithms/0970.powerful-integers)|39%|Easy||
8787
|[0969](https://leetcode.com/problems/pancake-sorting/)|[Pancake Sorting](./Algorithms/0969.pancake-sorting)|62%|Medium||
8888
|[0968](https://leetcode.com/problems/binary-tree-cameras/)|[Binary Tree Cameras](./Algorithms/0968.binary-tree-cameras)|35%|Hard||
8989
|[0967](https://leetcode.com/problems/numbers-with-same-consecutive-differences/)|[Numbers With Same Consecutive Differences](./Algorithms/0967.numbers-with-same-consecutive-differences)|36%|Medium||
@@ -94,7 +94,7 @@
9494
|[0962](https://leetcode.com/problems/maximum-width-ramp/)|[Maximum Width Ramp](./Algorithms/0962.maximum-width-ramp)|41%|Medium|[](https://leetcode.com/list/oussv5j)|
9595
|[0961](https://leetcode.com/problems/n-repeated-element-in-size-2n-array/)|[N-Repeated Element in Size 2N Array](./Algorithms/0961.n-repeated-element-in-size-2n-array)|72%|Easy||
9696
|[0960](https://leetcode.com/problems/delete-columns-to-make-sorted-iii/)|[Delete Columns to Make Sorted III](./Algorithms/0960.delete-columns-to-make-sorted-iii)|52%|Hard|[](https://leetcode.com/list/oussv5j)|
97-
|[0959](https://leetcode.com/problems/regions-cut-by-slashes/)|[Regions Cut By Slashes](./Algorithms/0959.regions-cut-by-slashes)|62%|Medium||
97+
|[0959](https://leetcode.com/problems/regions-cut-by-slashes/)|[Regions Cut By Slashes](./Algorithms/0959.regions-cut-by-slashes)|61%|Medium||
9898
|[0958](https://leetcode.com/problems/check-completeness-of-a-binary-tree/)|[Check Completeness of a Binary Tree](./Algorithms/0958.check-completeness-of-a-binary-tree)|46%|Medium||
9999
|[0957](https://leetcode.com/problems/prison-cells-after-n-days/)|[Prison Cells After N Days](./Algorithms/0957.prison-cells-after-n-days)|37%|Medium||
100100
|[0956](https://leetcode.com/problems/tallest-billboard/)|[Tallest Billboard](./Algorithms/0956.tallest-billboard)|37%|Hard|[](https://leetcode.com/list/oussv5j)|
@@ -156,7 +156,7 @@
156156
|[0900](https://leetcode.com/problems/rle-iterator/)|[RLE Iterator](./Algorithms/0900.rle-iterator)|49%|Medium||
157157
|[0899](https://leetcode.com/problems/orderly-queue/)|[Orderly Queue](./Algorithms/0899.orderly-queue)|47%|Hard||
158158
|[0898](https://leetcode.com/problems/bitwise-ors-of-subarrays/)|[Bitwise ORs of Subarrays](./Algorithms/0898.bitwise-ors-of-subarrays)|33%|Medium|[](https://leetcode.com/list/oussv5j)|
159-
|[0897](https://leetcode.com/problems/increasing-order-search-tree/)|[Increasing Order Search Tree](./Algorithms/0897.increasing-order-search-tree)|63%|Easy|[](https://leetcode.com/list/oussv5j)|
159+
|[0897](https://leetcode.com/problems/increasing-order-search-tree/)|[Increasing Order Search Tree](./Algorithms/0897.increasing-order-search-tree)|64%|Easy|[](https://leetcode.com/list/oussv5j)|
160160
|[0896](https://leetcode.com/problems/monotonic-array/)|[Monotonic Array](./Algorithms/0896.monotonic-array)|55%|Easy|[](https://leetcode.com/list/oussv5j)|
161161
|[0895](https://leetcode.com/problems/maximum-frequency-stack/)|[Maximum Frequency Stack](./Algorithms/0895.maximum-frequency-stack)|54%|Hard|[](https://leetcode.com/list/oussv5j)|
162162
|[0894](https://leetcode.com/problems/all-possible-full-binary-trees/)|[All Possible Full Binary Trees](./Algorithms/0894.all-possible-full-binary-trees)|70%|Medium||
@@ -180,7 +180,7 @@
180180
|[0876](https://leetcode.com/problems/middle-of-the-linked-list/)|[Middle of the Linked List](./Algorithms/0876.middle-of-the-linked-list)|63%|Easy||
181181
|[0875](https://leetcode.com/problems/koko-eating-bananas/)|[Koko Eating Bananas](./Algorithms/0875.koko-eating-bananas)|45%|Medium||
182182
|[0874](https://leetcode.com/problems/walking-robot-simulation/)|[Walking Robot Simulation](./Algorithms/0874.walking-robot-simulation)|31%|Easy||
183-
|[0873](https://leetcode.com/problems/length-of-longest-fibonacci-subsequence/)|[Length of Longest Fibonacci Subsequence](./Algorithms/0873.length-of-longest-fibonacci-subsequence)|46%|Medium||
183+
|[0873](https://leetcode.com/problems/length-of-longest-fibonacci-subsequence/)|[Length of Longest Fibonacci Subsequence](./Algorithms/0873.length-of-longest-fibonacci-subsequence)|45%|Medium||
184184
|[0872](https://leetcode.com/problems/leaf-similar-trees/)|[Leaf-Similar Trees](./Algorithms/0872.leaf-similar-trees)|62%|Easy||
185185
|[0871](https://leetcode.com/problems/minimum-number-of-refueling-stops/)|[Minimum Number of Refueling Stops](./Algorithms/0871.minimum-number-of-refueling-stops)|28%|Hard||
186186
|[0870](https://leetcode.com/problems/advantage-shuffle/)|[Advantage Shuffle](./Algorithms/0870.advantage-shuffle)|42%|Medium||
@@ -832,7 +832,7 @@
832832
|[0014](https://leetcode.com/problems/longest-common-prefix/)|[Longest Common Prefix](./Algorithms/0014.longest-common-prefix)|33%|Easy||
833833
|[0013](https://leetcode.com/problems/roman-to-integer/)|[Roman to Integer](./Algorithms/0013.roman-to-integer)|52%|Easy||
834834
|[0012](https://leetcode.com/problems/integer-to-roman/)|[Integer to Roman](./Algorithms/0012.integer-to-roman)|50%|Medium||
835-
|[0011](https://leetcode.com/problems/container-with-most-water/)|[Container With Most Water](./Algorithms/0011.container-with-most-water)|43%|Medium||
835+
|[0011](https://leetcode.com/problems/container-with-most-water/)|[Container With Most Water](./Algorithms/0011.container-with-most-water)|44%|Medium||
836836
|[0010](https://leetcode.com/problems/regular-expression-matching/)|[Regular Expression Matching](./Algorithms/0010.regular-expression-matching)|25%|Hard||
837837
|[0009](https://leetcode.com/problems/palindrome-number/)|[Palindrome Number](./Algorithms/0009.palindrome-number)|42%|Easy||
838838
|[0008](https://leetcode.com/problems/string-to-integer-atoi/)|[String to Integer (atoi)](./Algorithms/0008.string-to-integer-atoi)|14%|Medium||

leetcode.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"Username": "aQuaYi",
33
"Ranking": 906,
4-
"Updated": "2019-05-03T10:05:55.121471506+08:00",
4+
"Updated": "2019-05-03T12:19:00.110046354+08:00",
55
"Record": {
66
"Easy": {
7-
"Solved": 221,
7+
"Solved": 222,
88
"Total": 242
99
},
1010
"Medium": {
@@ -16,7 +16,7 @@
1616
"Total": 176
1717
},
1818
"Total": {
19-
"Solved": 759,
19+
"Solved": 760,
2020
"Total": 826
2121
}
2222
},
@@ -7105,7 +7105,7 @@
71057105
"ID": 590,
71067106
"Title": "N-ary Tree Postorder Traversal",
71077107
"TitleSlug": "n-ary-tree-postorder-traversal",
7108-
"PassRate": "66%",
7108+
"PassRate": "67%",
71097109
"Difficulty": "Easy",
71107110
"IsAccepted": false,
71117111
"IsPaid": false,
@@ -10501,7 +10501,7 @@
1050110501
"ID": 873,
1050210502
"Title": "Length of Longest Fibonacci Subsequence",
1050310503
"TitleSlug": "length-of-longest-fibonacci-subsequence",
10504-
"PassRate": "46%",
10504+
"PassRate": "45%",
1050510505
"Difficulty": "Medium",
1050610506
"IsAccepted": true,
1050710507
"IsPaid": false,
@@ -11641,7 +11641,7 @@
1164111641
"ID": 968,
1164211642
"Title": "Binary Tree Cameras",
1164311643
"TitleSlug": "binary-tree-cameras",
11644-
"PassRate": "34%",
11644+
"PassRate": "35%",
1164511645
"Difficulty": "Hard",
1164611646
"IsAccepted": true,
1164711647
"IsPaid": false,
@@ -11667,7 +11667,7 @@
1166711667
"TitleSlug": "powerful-integers",
1166811668
"PassRate": "39%",
1166911669
"Difficulty": "Easy",
11670-
"IsAccepted": false,
11670+
"IsAccepted": true,
1167111671
"IsPaid": false,
1167211672
"IsFavor": false,
1167311673
"IsNew": false,
@@ -12373,7 +12373,7 @@
1237312373
"ID": 1029,
1237412374
"Title": "Two City Scheduling",
1237512375
"TitleSlug": "two-city-scheduling",
12376-
"PassRate": "52%",
12376+
"PassRate": "53%",
1237712377
"Difficulty": "Easy",
1237812378
"IsAccepted": false,
1237912379
"IsPaid": false,

0 commit comments

Comments
 (0)