Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit fad64d8

Browse files
aQuaaQua
authored andcommitted
更新 README.md
1 parent af6c63f commit fad64d8

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
| |Easy|Medium|Hard|Total|
1212
|:---:|:---:|:---:|:---:|:---:|
13-
|**Accepted**|166|285|123|574|
13+
|**Accepted**|166|286|123|575|
1414
|**Total**|170|293|126|589|
1515

1616
## 题解
@@ -488,7 +488,7 @@
488488
|679|[24 Game](./Algorithms/0679.24-game)|38%|Hard|[](https://leetcode.com/list/oussv5j)|
489489
|680|[Valid Palindrome II](./Algorithms/0680.valid-palindrome-ii)|32%|Easy||
490490
|682|[Baseball Game](./Algorithms/0682.baseball-game)|58%|Easy||
491-
|684|[Redundant Connection](./Algorithms/0684.redundant-connection)|44%|Medium||
491+
|684|[Redundant Connection](./Algorithms/0684.redundant-connection)|43%|Medium||
492492
|685|[Redundant Connection II](./Algorithms/0685.redundant-connection-ii)|27%|Hard|[](https://leetcode.com/list/oussv5j)|
493493
|686|[Repeated String Match](./Algorithms/0686.repeated-string-match)|31%|Easy|[](https://leetcode.com/list/oussv5j)|
494494
|687|[Longest Univalue Path](./Algorithms/0687.longest-univalue-path)|32%|Easy||
@@ -570,18 +570,18 @@
570570
|792|[Number of Matching Subsequences](./Algorithms/0792.number-of-matching-subsequences)|35%|Medium|[](https://leetcode.com/list/oussv5j)|
571571
|793|[Preimage Size of Factorial Zeroes Function](./Algorithms/0793.preimage-size-of-factorial-zeroes-function)|43%|Hard|[](https://leetcode.com/list/oussv5j)|
572572
|794|[Valid Tic-Tac-Toe State](./Algorithms/0794.valid-tic-tac-toe-state)|27%|Medium||
573-
|795|[Number of Subarrays with Bounded Maximum](./Algorithms/0795.number-of-subarrays-with-bounded-maximum)|40%|Medium|[](https://leetcode.com/list/oussv5j)|
573+
|795|[Number of Subarrays with Bounded Maximum](./Algorithms/0795.number-of-subarrays-with-bounded-maximum)|41%|Medium|[](https://leetcode.com/list/oussv5j)|
574574
|796|[Rotate String](./Algorithms/0796.rotate-string)|52%|Easy||
575575
|797|[All Paths From Source to Target](./Algorithms/0797.all-paths-from-source-to-target)|68%|Medium||
576576
|798|[Smallest Rotation with Highest Score](./Algorithms/0798.smallest-rotation-with-highest-score)|31%|Hard|[](https://leetcode.com/list/oussv5j)|
577577
|799|[Champagne Tower](./Algorithms/0799.champagne-tower)|29%|Medium|[](https://leetcode.com/list/oussv5j)|
578-
|801|[Minimum Swaps To Make Sequences Increasing](./Algorithms/0801.minimum-swaps-to-make-sequences-increasing)|25%|Medium|[](https://leetcode.com/list/oussv5j)|
578+
|801|[Minimum Swaps To Make Sequences Increasing](./Algorithms/0801.minimum-swaps-to-make-sequences-increasing)|26%|Medium|[](https://leetcode.com/list/oussv5j)|
579579
|802|[Find Eventual Safe States](./Algorithms/0802.find-eventual-safe-states)|36%|Medium|[](https://leetcode.com/list/oussv5j)|
580580
|803|[Bricks Falling When Hit](./Algorithms/0803.bricks-falling-when-hit)|21%|Hard|[](https://leetcode.com/list/oussv5j)|
581581
|804|[Unique Morse Code Words](./Algorithms/0804.unique-morse-code-words)|74%|Easy||
582582
|805|[Split Array With Same Average](./Algorithms/0805.split-array-with-same-average)|20%|Hard|[](https://leetcode.com/list/oussv5j)|
583583
|806|[Number of Lines To Write String](./Algorithms/0806.number-of-lines-to-write-string)|64%|Easy||
584-
|807|[Max Increase to Keep City Skyline](./Algorithms/0807.max-increase-to-keep-city-skyline)|81%|Medium||
584+
|807|[Max Increase to Keep City Skyline](./Algorithms/0807.max-increase-to-keep-city-skyline)|82%|Medium||
585585
|808|[Soup Servings](./Algorithms/0808.soup-servings)|32%|Medium||
586586
|809|[Expressive Words](./Algorithms/0809.expressive-words)|35%|Medium||
587587
|810|[Chalkboard XOR Game](./Algorithms/0810.chalkboard-xor-game)|37%|Hard|[](https://leetcode.com/list/oussv5j)|
@@ -591,21 +591,21 @@
591591
|814|[Binary Tree Pruning](./Algorithms/0814.binary-tree-pruning)|70%|Medium||
592592
|815|[Bus Routes](./Algorithms/0815.bus-routes)|32%|Hard|[](https://leetcode.com/list/oussv5j)|
593593
|816|[Ambiguous Coordinates](./Algorithms/0816.ambiguous-coordinates)|41%|Medium||
594-
|817| * Linked List Components|50%|Medium||
594+
|817|[Linked List Components](./Algorithms/0817.linked-list-components)|50%|Medium|[](https://leetcode.com/list/oussv5j)|
595595
|818| * Race Car|26%|Hard||
596596
|819| * Most Common Word|50%|Easy||
597597
|820| * Short Encoding of Words|39%|Medium||
598598
|821| * Shortest Distance to a Character|63%|Easy||
599599
|822| * Card Flipping Game|33%|Medium||
600600
|823| * Binary Trees With Factors|28%|Medium||
601601
|824| * Goat Latin|56%|Easy||
602-
|825| * Friends Of Appropriate Ages|24%|Medium||
602+
|825| * Friends Of Appropriate Ages|25%|Medium||
603603
|826| * Most Profit Assigning Work|31%|Medium||
604604
|827| * Making A Large Island|42%|Hard||
605-
|828| * Unique Letter String :new: |24%|Hard||
606-
|829| * Consecutive Numbers Sum :new: |22%|Medium||
605+
|828| * Unique Letter String :new: |28%|Hard||
606+
|829| * Consecutive Numbers Sum :new: |23%|Medium||
607607
|830| * Positions of Large Groups :new: |52%|Easy||
608-
|831| * Masking Personal Information :new: |42%|Medium||
608+
|831| * Masking Personal Information :new: |43%|Medium||
609609

610610
以下免费的算法题,暂时不能使用 Go 解答
611611

leetcode.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"Username": "aQuaYi",
33
"Ranking": 1146,
4-
"Updated": "2018-05-07T10:44:31.443065238+08:00",
4+
"Updated": "2018-05-07T11:48:33.782831775+08:00",
55
"Record": {
66
"Easy": {
77
"Solved": 166,
88
"Total": 170
99
},
1010
"Medium": {
11-
"Solved": 285,
11+
"Solved": 286,
1212
"Total": 293
1313
},
1414
"Hard": {
1515
"Solved": 123,
1616
"Total": 126
1717
},
1818
"Total": {
19-
"Solved": 574,
19+
"Solved": 575,
2020
"Total": 589
2121
}
2222
},
@@ -2089,7 +2089,7 @@
20892089
"ID": 172,
20902090
"Title": "Factorial Trailing Zeroes",
20912091
"TitleSlug": "factorial-trailing-zeroes",
2092-
"PassRate": "37%",
2092+
"PassRate": "36%",
20932093
"Difficulty": "Easy",
20942094
"IsAccepted": true,
20952095
"IsPaid": false,
@@ -4393,7 +4393,7 @@
43934393
"ID": 364,
43944394
"Title": "Nested List Weight Sum II",
43954395
"TitleSlug": "nested-list-weight-sum-ii",
4396-
"PassRate": "53%",
4396+
"PassRate": "54%",
43974397
"Difficulty": "Medium",
43984398
"IsAccepted": false,
43994399
"IsPaid": true,
@@ -9001,7 +9001,7 @@
90019001
"ID": 748,
90029002
"Title": "Shortest Completing Word",
90039003
"TitleSlug": "shortest-completing-word",
9004-
"PassRate": "51%",
9004+
"PassRate": "52%",
90059005
"Difficulty": "Medium",
90069006
"IsAccepted": true,
90079007
"IsPaid": false,
@@ -9709,7 +9709,7 @@
97099709
"ID": 807,
97109710
"Title": "Max Increase to Keep City Skyline",
97119711
"TitleSlug": "max-increase-to-keep-city-skyline",
9712-
"PassRate": "81%",
9712+
"PassRate": "82%",
97139713
"Difficulty": "Medium",
97149714
"IsAccepted": true,
97159715
"IsPaid": false,
@@ -9831,9 +9831,9 @@
98319831
"TitleSlug": "linked-list-components",
98329832
"PassRate": "50%",
98339833
"Difficulty": "Medium",
9834-
"IsAccepted": false,
9834+
"IsAccepted": true,
98359835
"IsPaid": false,
9836-
"IsFavor": false,
9836+
"IsFavor": true,
98379837
"IsNew": false,
98389838
"HasNoGoOption": false
98399839
},

0 commit comments

Comments
 (0)