Skip to content

Commit a9c4378

Browse files
committed
更新 README.md
1 parent 4cdb2d1 commit a9c4378

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

Favorite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
|[0273](https://leetcode.com/problems/integer-to-english-words/)|[Integer to English Words](./Algorithms/0273.integer-to-english-words)|25%|Hard|[](https://leetcode.com/list/oussv5j)|
6565
|[0275](https://leetcode.com/problems/h-index-ii/)|[H-Index II](./Algorithms/0275.h-index-ii)|35%|Medium|[](https://leetcode.com/list/oussv5j)|
6666
|[0279](https://leetcode.com/problems/perfect-squares/)|[Perfect Squares](./Algorithms/0279.perfect-squares)|43%|Medium|[](https://leetcode.com/list/oussv5j)|
67-
|[0282](https://leetcode.com/problems/expression-add-operators/)|[Expression Add Operators](./Algorithms/0282.expression-add-operators)|33%|Hard|[](https://leetcode.com/list/oussv5j)|
67+
|[0282](https://leetcode.com/problems/expression-add-operators/)|[Expression Add Operators](./Algorithms/0282.expression-add-operators)|34%|Hard|[](https://leetcode.com/list/oussv5j)|
6868
|[0287](https://leetcode.com/problems/find-the-duplicate-number/)|[Find the Duplicate Number](./Algorithms/0287.find-the-duplicate-number)|51%|Medium|[](https://leetcode.com/list/oussv5j)|
6969
|[0289](https://leetcode.com/problems/game-of-life/)|[Game of Life](./Algorithms/0289.game-of-life)|48%|Medium|[](https://leetcode.com/list/oussv5j)|
7070
|[0292](https://leetcode.com/problems/nim-game/)|[Nim Game](./Algorithms/0292.nim-game)|55%|Easy|[](https://leetcode.com/list/oussv5j)|
@@ -225,7 +225,7 @@
225225
|[0815](https://leetcode.com/problems/bus-routes/)|[Bus Routes](./Algorithms/0815.bus-routes)|41%|Hard|[](https://leetcode.com/list/oussv5j)|
226226
|[0818](https://leetcode.com/problems/race-car/)|[Race Car](./Algorithms/0818.race-car)|37%|Hard|[](https://leetcode.com/list/oussv5j)|
227227
|[0820](https://leetcode.com/problems/short-encoding-of-words/)|[Short Encoding of Words](./Algorithms/0820.short-encoding-of-words)|48%|Medium|[](https://leetcode.com/list/oussv5j)|
228-
|[0826](https://leetcode.com/problems/most-profit-assigning-work/)|[Most Profit Assigning Work](./Algorithms/0826.most-profit-assigning-work)|36%|Medium|[](https://leetcode.com/list/oussv5j)|
228+
|[0826](https://leetcode.com/problems/most-profit-assigning-work/)|[Most Profit Assigning Work](./Algorithms/0826.most-profit-assigning-work)|37%|Medium|[](https://leetcode.com/list/oussv5j)|
229229
|[0827](https://leetcode.com/problems/making-a-large-island/)|[Making A Large Island](./Algorithms/0827.making-a-large-island)|44%|Hard|[](https://leetcode.com/list/oussv5j)|
230230
|[0828](https://leetcode.com/problems/unique-letter-string/)|[Unique Letter String](./Algorithms/0828.unique-letter-string)|41%|Hard|[](https://leetcode.com/list/oussv5j)|
231231
|[0829](https://leetcode.com/problems/consecutive-numbers-sum/)|[Consecutive Numbers Sum](./Algorithms/0829.consecutive-numbers-sum)|35%|Hard|[](https://leetcode.com/list/oussv5j)|

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
|题号|题目|通过率|难度|收藏|
2020
|:-:|:-|:-: | :-: | :-: |
21-
|[1250](https://leetcode.com/problems/check-if-it-is-a-good-array/)| * Check If It Is a Good Array|44%|Hard||
22-
|[1249](https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/)| * Minimum Remove to Make Valid Parentheses|54%|Medium||
23-
|[1248](https://leetcode.com/problems/count-number-of-nice-subarrays/)| * Count Number of Nice Subarrays|48%|Medium||
24-
|[1247](https://leetcode.com/problems/minimum-swaps-to-make-strings-equal/)| * Minimum Swaps to Make Strings Equal|54%|Easy||
25-
|[1246](https://leetcode.com/problems/palindrome-removal/)| * Palindrome Removal|40%|Hard||
26-
|[1245](https://leetcode.com/problems/tree-diameter/)| * Tree Diameter|50%|Medium||
21+
|[1250](https://leetcode.com/problems/check-if-it-is-a-good-array/)| * Check If It Is a Good Array|45%|Hard||
22+
|[1249](https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/)| * Minimum Remove to Make Valid Parentheses|55%|Medium||
23+
|[1248](https://leetcode.com/problems/count-number-of-nice-subarrays/)| * Count Number of Nice Subarrays|49%|Medium||
24+
|[1247](https://leetcode.com/problems/minimum-swaps-to-make-strings-equal/)| * Minimum Swaps to Make Strings Equal|55%|Easy||
25+
|[1246](https://leetcode.com/problems/palindrome-removal/)| * Palindrome Removal|41%|Hard||
26+
|[1245](https://leetcode.com/problems/tree-diameter/)| * Tree Diameter|51%|Medium||
2727
|[1244](https://leetcode.com/problems/design-a-leaderboard/)| * Design A Leaderboard|50%|Medium||
2828
|[1243](https://leetcode.com/problems/array-transformation/)| * Array Transformation|51%|Easy||
2929
|[1240](https://leetcode.com/problems/tiling-a-rectangle-with-the-fewest-squares/)| * Tiling a Rectangle with the Fewest Squares|48%|Hard||
@@ -37,7 +37,7 @@
3737
|[1227](https://leetcode.com/problems/airplane-seat-assignment-probability/)| * Airplane Seat Assignment Probability|61%|Medium||
3838
|[1224](https://leetcode.com/problems/maximum-equal-frequency/)| * Maximum Equal Frequency|31%|Hard||
3939
|[1223](https://leetcode.com/problems/dice-roll-simulation/)| * Dice Roll Simulation|42%|Medium||
40-
|[1222](https://leetcode.com/problems/queens-that-can-attack-the-king/)| * Queens That Can Attack the King|69%|Medium||
40+
|[1222](https://leetcode.com/problems/queens-that-can-attack-the-king/)| * Queens That Can Attack the King|68%|Medium||
4141
|[1221](https://leetcode.com/problems/split-a-string-in-balanced-strings/)|[Split a String in Balanced Strings](./Algorithms/1221.split-a-string-in-balanced-strings)|78%|Easy||
4242
|[1220](https://leetcode.com/problems/count-vowels-permutation/)| * Count Vowels Permutation|51%|Hard||
4343
|[1219](https://leetcode.com/problems/path-with-maximum-gold/)| * Path with Maximum Gold|61%|Medium||
@@ -132,7 +132,7 @@
132132
|[1039](https://leetcode.com/problems/minimum-score-triangulation-of-polygon/)|[Minimum Score Triangulation of Polygon](./Algorithms/1039.minimum-score-triangulation-of-polygon)|44%|Medium|[](https://leetcode.com/list/oussv5j)|
133133
|[1038](https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree/)|[Binary Search Tree to Greater Sum Tree](./Algorithms/1038.binary-search-tree-to-greater-sum-tree)|77%|Medium||
134134
|[1037](https://leetcode.com/problems/valid-boomerang/)|[Valid Boomerang](./Algorithms/1037.valid-boomerang)|37%|Easy||
135-
|[1036](https://leetcode.com/problems/escape-a-large-maze/)|[Escape a Large Maze](./Algorithms/1036.escape-a-large-maze)|34%|Hard||
135+
|[1036](https://leetcode.com/problems/escape-a-large-maze/)|[Escape a Large Maze](./Algorithms/1036.escape-a-large-maze)|35%|Hard||
136136
|[1035](https://leetcode.com/problems/uncrossed-lines/)|[Uncrossed Lines](./Algorithms/1035.uncrossed-lines)|52%|Medium|[](https://leetcode.com/list/oussv5j)|
137137
|[1034](https://leetcode.com/problems/coloring-a-border/)|[Coloring A Border](./Algorithms/1034.coloring-a-border)|43%|Medium||
138138
|[1033](https://leetcode.com/problems/moving-stones-until-consecutive/)|[Moving Stones Until Consecutive](./Algorithms/1033.moving-stones-until-consecutive)|38%|Easy||
@@ -226,7 +226,7 @@
226226
|[0945](https://leetcode.com/problems/minimum-increment-to-make-array-unique/)|[Minimum Increment to Make Array Unique](./Algorithms/0945.minimum-increment-to-make-array-unique)|44%|Medium|[](https://leetcode.com/list/oussv5j)|
227227
|[0944](https://leetcode.com/problems/delete-columns-to-make-sorted/)|[Delete Columns to Make Sorted](./Algorithms/0944.delete-columns-to-make-sorted)|69%|Easy||
228228
|[0943](https://leetcode.com/problems/find-the-shortest-superstring/)|[Find the Shortest Superstring](./Algorithms/0943.find-the-shortest-superstring)|40%|Hard|[](https://leetcode.com/list/oussv5j)|
229-
|[0942](https://leetcode.com/problems/di-string-match/)|[DI String Match](./Algorithms/0942.di-string-match)|69%|Easy||
229+
|[0942](https://leetcode.com/problems/di-string-match/)|[DI String Match](./Algorithms/0942.di-string-match)|70%|Easy||
230230
|[0941](https://leetcode.com/problems/valid-mountain-array/)|[Valid Mountain Array](./Algorithms/0941.valid-mountain-array)|35%|Easy||
231231
|[0940](https://leetcode.com/problems/distinct-subsequences-ii/)|[Distinct Subsequences II](./Algorithms/0940.distinct-subsequences-ii)|40%|Hard|[](https://leetcode.com/list/oussv5j)|
232232
|[0939](https://leetcode.com/problems/minimum-area-rectangle/)|[Minimum Area Rectangle](./Algorithms/0939.minimum-area-rectangle)|51%|Medium|[](https://leetcode.com/list/oussv5j)|
@@ -342,7 +342,7 @@
342342
|[0829](https://leetcode.com/problems/consecutive-numbers-sum/)|[Consecutive Numbers Sum](./Algorithms/0829.consecutive-numbers-sum)|35%|Hard|[](https://leetcode.com/list/oussv5j)|
343343
|[0828](https://leetcode.com/problems/unique-letter-string/)|[Unique Letter String](./Algorithms/0828.unique-letter-string)|41%|Hard|[](https://leetcode.com/list/oussv5j)|
344344
|[0827](https://leetcode.com/problems/making-a-large-island/)|[Making A Large Island](./Algorithms/0827.making-a-large-island)|44%|Hard|[](https://leetcode.com/list/oussv5j)|
345-
|[0826](https://leetcode.com/problems/most-profit-assigning-work/)|[Most Profit Assigning Work](./Algorithms/0826.most-profit-assigning-work)|36%|Medium|[](https://leetcode.com/list/oussv5j)|
345+
|[0826](https://leetcode.com/problems/most-profit-assigning-work/)|[Most Profit Assigning Work](./Algorithms/0826.most-profit-assigning-work)|37%|Medium|[](https://leetcode.com/list/oussv5j)|
346346
|[0825](https://leetcode.com/problems/friends-of-appropriate-ages/)|[Friends Of Appropriate Ages](./Algorithms/0825.friends-of-appropriate-ages)|39%|Medium||
347347
|[0824](https://leetcode.com/problems/goat-latin/)|[Goat Latin](./Algorithms/0824.goat-latin)|59%|Easy||
348348
|[0823](https://leetcode.com/problems/binary-trees-with-factors/)|[Binary Trees With Factors](./Algorithms/0823.binary-trees-with-factors)|33%|Medium||
@@ -734,7 +734,7 @@
734734
|[0289](https://leetcode.com/problems/game-of-life/)|[Game of Life](./Algorithms/0289.game-of-life)|48%|Medium|[](https://leetcode.com/list/oussv5j)|
735735
|[0287](https://leetcode.com/problems/find-the-duplicate-number/)|[Find the Duplicate Number](./Algorithms/0287.find-the-duplicate-number)|51%|Medium|[](https://leetcode.com/list/oussv5j)|
736736
|[0283](https://leetcode.com/problems/move-zeroes/)|[Move Zeroes](./Algorithms/0283.move-zeroes)|55%|Easy||
737-
|[0282](https://leetcode.com/problems/expression-add-operators/)|[Expression Add Operators](./Algorithms/0282.expression-add-operators)|33%|Hard|[](https://leetcode.com/list/oussv5j)|
737+
|[0282](https://leetcode.com/problems/expression-add-operators/)|[Expression Add Operators](./Algorithms/0282.expression-add-operators)|34%|Hard|[](https://leetcode.com/list/oussv5j)|
738738
|[0279](https://leetcode.com/problems/perfect-squares/)|[Perfect Squares](./Algorithms/0279.perfect-squares)|43%|Medium|[](https://leetcode.com/list/oussv5j)|
739739
|[0275](https://leetcode.com/problems/h-index-ii/)|[H-Index II](./Algorithms/0275.h-index-ii)|35%|Medium|[](https://leetcode.com/list/oussv5j)|
740740
|[0274](https://leetcode.com/problems/h-index/)|[H-Index](./Algorithms/0274.h-index)|34%|Medium||

leetcode.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Username": "aQuaYi",
33
"Ranking": 646,
4-
"Updated": "2019-11-04T10:48:38.161189957+08:00",
4+
"Updated": "2019-11-04T14:00:44.592159995+08:00",
55
"Record": {
66
"Easy": {
77
"Solved": 265,
@@ -3409,7 +3409,7 @@
34093409
"ID": 282,
34103410
"Title": "Expression Add Operators",
34113411
"TitleSlug": "expression-add-operators",
3412-
"PassRate": "33%",
3412+
"PassRate": "34%",
34133413
"Difficulty": "Hard",
34143414
"IsAccepted": true,
34153415
"IsPaid": false,
@@ -9937,7 +9937,7 @@
99379937
"ID": 826,
99389938
"Title": "Most Profit Assigning Work",
99399939
"TitleSlug": "most-profit-assigning-work",
9940-
"PassRate": "36%",
9940+
"PassRate": "37%",
99419941
"Difficulty": "Medium",
99429942
"IsAccepted": true,
99439943
"IsPaid": false,
@@ -11329,7 +11329,7 @@
1132911329
"ID": 942,
1133011330
"Title": "DI String Match",
1133111331
"TitleSlug": "di-string-match",
11332-
"PassRate": "69%",
11332+
"PassRate": "70%",
1133311333
"Difficulty": "Easy",
1133411334
"IsAccepted": true,
1133511335
"IsPaid": false,
@@ -12457,7 +12457,7 @@
1245712457
"ID": 1036,
1245812458
"Title": "Escape a Large Maze",
1245912459
"TitleSlug": "escape-a-large-maze",
12460-
"PassRate": "34%",
12460+
"PassRate": "35%",
1246112461
"Difficulty": "Hard",
1246212462
"IsAccepted": true,
1246312463
"IsPaid": false,
@@ -12829,7 +12829,7 @@
1282912829
"ID": 1067,
1283012830
"Title": "Digit Count in Range",
1283112831
"TitleSlug": "digit-count-in-range",
12832-
"PassRate": "37%",
12832+
"PassRate": "38%",
1283312833
"Difficulty": "Hard",
1283412834
"IsAccepted": false,
1283512835
"IsPaid": true,
@@ -13825,7 +13825,7 @@
1382513825
"ID": 1150,
1382613826
"Title": "Check If a Number Is Majority Element in a Sorted Array",
1382713827
"TitleSlug": "check-if-a-number-is-majority-element-in-a-sorted-array",
13828-
"PassRate": "61%",
13828+
"PassRate": "60%",
1382913829
"Difficulty": "Easy",
1383013830
"IsAccepted": false,
1383113831
"IsPaid": true,
@@ -14401,7 +14401,7 @@
1440114401
"ID": 1198,
1440214402
"Title": "Find Smallest Common Element in All Rows",
1440314403
"TitleSlug": "find-smallest-common-element-in-all-rows",
14404-
"PassRate": "74%",
14404+
"PassRate": "73%",
1440514405
"Difficulty": "Medium",
1440614406
"IsAccepted": false,
1440714407
"IsPaid": true,
@@ -14689,7 +14689,7 @@
1468914689
"ID": 1222,
1469014690
"Title": "Queens That Can Attack the King",
1469114691
"TitleSlug": "queens-that-can-attack-the-king",
14692-
"PassRate": "69%",
14692+
"PassRate": "68%",
1469314693
"Difficulty": "Medium",
1469414694
"IsAccepted": false,
1469514695
"IsPaid": false,
@@ -14965,7 +14965,7 @@
1496514965
"ID": 1245,
1496614966
"Title": "Tree Diameter",
1496714967
"TitleSlug": "tree-diameter",
14968-
"PassRate": "50%",
14968+
"PassRate": "51%",
1496914969
"Difficulty": "Medium",
1497014970
"IsAccepted": false,
1497114971
"IsPaid": false,
@@ -14977,7 +14977,7 @@
1497714977
"ID": 1246,
1497814978
"Title": "Palindrome Removal",
1497914979
"TitleSlug": "palindrome-removal",
14980-
"PassRate": "40%",
14980+
"PassRate": "41%",
1498114981
"Difficulty": "Hard",
1498214982
"IsAccepted": false,
1498314983
"IsPaid": false,
@@ -14989,7 +14989,7 @@
1498914989
"ID": 1247,
1499014990
"Title": "Minimum Swaps to Make Strings Equal",
1499114991
"TitleSlug": "minimum-swaps-to-make-strings-equal",
14992-
"PassRate": "54%",
14992+
"PassRate": "55%",
1499314993
"Difficulty": "Easy",
1499414994
"IsAccepted": false,
1499514995
"IsPaid": false,
@@ -15001,7 +15001,7 @@
1500115001
"ID": 1248,
1500215002
"Title": "Count Number of Nice Subarrays",
1500315003
"TitleSlug": "count-number-of-nice-subarrays",
15004-
"PassRate": "48%",
15004+
"PassRate": "49%",
1500515005
"Difficulty": "Medium",
1500615006
"IsAccepted": false,
1500715007
"IsPaid": false,
@@ -15013,7 +15013,7 @@
1501315013
"ID": 1249,
1501415014
"Title": "Minimum Remove to Make Valid Parentheses",
1501515015
"TitleSlug": "minimum-remove-to-make-valid-parentheses",
15016-
"PassRate": "54%",
15016+
"PassRate": "55%",
1501715017
"Difficulty": "Medium",
1501815018
"IsAccepted": false,
1501915019
"IsPaid": false,
@@ -15025,7 +15025,7 @@
1502515025
"ID": 1250,
1502615026
"Title": "Check If It Is a Good Array",
1502715027
"TitleSlug": "check-if-it-is-a-good-array",
15028-
"PassRate": "44%",
15028+
"PassRate": "45%",
1502915029
"Difficulty": "Hard",
1503015030
"IsAccepted": false,
1503115031
"IsPaid": false,

0 commit comments

Comments
 (0)