Skip to content

Commit 062fa20

Browse files
aQuaaQua
authored andcommitted
更新 README.md
1 parent 14c0342 commit 062fa20

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
| |Easy|Medium|Hard|Total|
1212
|:---:|:---:|:---:|:---:|:---:|
13-
|**Accepted**|168|287|124|579|
13+
|**Accepted**|168|288|124|580|
1414
|**Total**|171|295|127|593|
1515

1616
## 题解
@@ -65,7 +65,7 @@
6565
|46|[Permutations](./Algorithms/0046.permutations)|47%|Medium||
6666
|47|[Permutations II](./Algorithms/0047.permutations-ii)|35%|Medium||
6767
|48|[Rotate Image](./Algorithms/0048.rotate-image)|42%|Medium||
68-
|49|[Group Anagrams](./Algorithms/0049.group-anagrams)|38%|Medium|[](https://leetcode.com/list/oussv5j)|
68+
|49|[Group Anagrams](./Algorithms/0049.group-anagrams)|39%|Medium|[](https://leetcode.com/list/oussv5j)|
6969
|50|[Pow(x, n)](./Algorithms/0050.powx-n)|26%|Medium||
7070
|51|[N-Queens](./Algorithms/0051.n-queens)|33%|Hard||
7171
|52|[N-Queens II](./Algorithms/0052.n-queens-ii)|47%|Hard||
@@ -173,7 +173,7 @@
173173
|168|[Excel Sheet Column Title](./Algorithms/0168.excel-sheet-column-title)|27%|Easy|[](https://leetcode.com/list/oussv5j)|
174174
|169|[Majority Element](./Algorithms/0169.majority-element)|48%|Easy|[](https://leetcode.com/list/oussv5j)|
175175
|171|[Excel Sheet Column Number](./Algorithms/0171.excel-sheet-column-number)|48%|Easy||
176-
|172|[Factorial Trailing Zeroes](./Algorithms/0172.factorial-trailing-zeroes)|36%|Easy||
176+
|172|[Factorial Trailing Zeroes](./Algorithms/0172.factorial-trailing-zeroes)|37%|Easy||
177177
|174|[Dungeon Game](./Algorithms/0174.dungeon-game)|24%|Hard|[](https://leetcode.com/list/oussv5j)|
178178
|179|[Largest Number](./Algorithms/0179.largest-number)|23%|Medium|[](https://leetcode.com/list/oussv5j)|
179179
|187|[Repeated DNA Sequences](./Algorithms/0187.repeated-dna-sequences)|33%|Medium||
@@ -596,7 +596,7 @@
596596
|819|[Most Common Word](./Algorithms/0819.most-common-word)|49%|Easy||
597597
|820|[Short Encoding of Words](./Algorithms/0820.short-encoding-of-words)|40%|Medium|[](https://leetcode.com/list/oussv5j)|
598598
|821|[Shortest Distance to a Character](./Algorithms/0821.shortest-distance-to-a-character)|63%|Easy||
599-
|822| * Card Flipping Game|34%|Medium||
599+
|822|[Card Flipping Game](./Algorithms/0822.card-flipping-game)|34%|Medium||
600600
|823| * Binary Trees With Factors|28%|Medium||
601601
|824| * Goat Latin|56%|Easy||
602602
|825| * Friends Of Appropriate Ages|26%|Medium||

leetcode.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"Username": "aQuaYi",
33
"Ranking": 1098,
4-
"Updated": "2018-05-18T08:23:56.463665066+08:00",
4+
"Updated": "2018-05-18T08:58:55.19515111+08:00",
55
"Record": {
66
"Easy": {
77
"Solved": 168,
88
"Total": 171
99
},
1010
"Medium": {
11-
"Solved": 287,
11+
"Solved": 288,
1212
"Total": 295
1313
},
1414
"Hard": {
1515
"Solved": 124,
1616
"Total": 127
1717
},
1818
"Total": {
19-
"Solved": 579,
19+
"Solved": 580,
2020
"Total": 593
2121
}
2222
},
@@ -9891,7 +9891,7 @@
98919891
"TitleSlug": "card-flipping-game",
98929892
"PassRate": "34%",
98939893
"Difficulty": "Medium",
9894-
"IsAccepted": false,
9894+
"IsAccepted": true,
98959895
"IsPaid": false,
98969896
"IsFavor": false,
98979897
"IsNew": false,

0 commit comments

Comments
 (0)