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

Commit aa14d6d

Browse files
committed
更新 README.md
1 parent 28e69d8 commit aa14d6d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [LeetCode](https://leetcode.com) 的 Go 解答
22

3-
[![LeetCode 排名](https://img.shields.io/badge/aQuaYi-588-blue.svg)](https://leetcode.com/aQuaYi/)
3+
[![LeetCode 排名](https://img.shields.io/badge/aQuaYi-572-blue.svg)](https://leetcode.com/aQuaYi/)
44
[![codecov](https://codecov.io/gh/aQuaYi/LeetCode-in-Go/branch/master/graph/badge.svg)](https://codecov.io/gh/aQuaYi/LeetCode-in-Go)
55
[![Build Status](https://www.travis-ci.org/aQuaYi/LeetCode-in-Go.svg?branch=master)](https://www.travis-ci.org/aQuaYi/LeetCode-in-Go)
66
[![Go](https://img.shields.io/badge/Golang-1.12-blue.svg)](https://golang.google.cn)
@@ -11,15 +11,15 @@
1111
1212
| |Easy|Medium|Hard|Total|
1313
|:---:|:---:|:---:|:---:|:---:|
14-
|**Accepted**|251|422|177|850|
14+
|**Accepted**|251|423|177|851|
1515
|**Total**|254|434|182|870|
1616

1717
## 题解
1818

1919
|题号|题目|通过率|难度|收藏|
2020
|:-:|:-|:-: | :-: | :-: |
21-
|[1125](https://leetcode.com/problems/smallest-sufficient-team/)| * Smallest Sufficient Team :new: |32%|Hard||
22-
|[1124](https://leetcode.com/problems/longest-well-performing-interval/)| * Longest Well-Performing Interval :new: |20%|Medium||
21+
|[1125](https://leetcode.com/problems/smallest-sufficient-team/)| * Smallest Sufficient Team :new: |33%|Hard||
22+
|[1124](https://leetcode.com/problems/longest-well-performing-interval/)| * Longest Well-Performing Interval :new: |21%|Medium||
2323
|[1123](https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leaves/)| * Lowest Common Ancestor of Deepest Leaves :new: |63%|Medium||
2424
|[1122](https://leetcode.com/problems/relative-sort-array/)| * Relative Sort Array :new: |68%|Easy||
2525
|[1111](https://leetcode.com/problems/maximum-nesting-depth-of-two-valid-parentheses-strings/)| * Maximum Nesting Depth of Two Valid Parentheses Strings|62%|Medium||
@@ -38,7 +38,7 @@
3838
|[1091](https://leetcode.com/problems/shortest-path-in-binary-matrix/)| * Shortest Path in Binary Matrix|36%|Medium||
3939
|[1090](https://leetcode.com/problems/largest-values-from-labels/)| * Largest Values From Labels|56%|Medium||
4040
|[1089](https://leetcode.com/problems/duplicate-zeros/)| * Duplicate Zeros|58%|Easy||
41-
|[1081](https://leetcode.com/problems/smallest-subsequence-of-distinct-characters/)| * Smallest Subsequence of Distinct Characters|43%|Medium||
41+
|[1081](https://leetcode.com/problems/smallest-subsequence-of-distinct-characters/)|[Smallest Subsequence of Distinct Characters](./Algorithms/1081.smallest-subsequence-of-distinct-characters)|43%|Medium||
4242
|[1080](https://leetcode.com/problems/insufficient-nodes-in-root-to-leaf-paths/)|[Insufficient Nodes in Root to Leaf Paths](./Algorithms/1080.insufficient-nodes-in-root-to-leaf-paths)|42%|Medium|[](https://leetcode.com/list/oussv5j)|
4343
|[1079](https://leetcode.com/problems/letter-tile-possibilities/)|[Letter Tile Possibilities](./Algorithms/1079.letter-tile-possibilities)|76%|Medium|[](https://leetcode.com/list/oussv5j)|
4444
|[1078](https://leetcode.com/problems/occurrences-after-bigram/)|[Occurrences After Bigram](./Algorithms/1078.occurrences-after-bigram)|66%|Easy||
@@ -181,7 +181,7 @@
181181
|[0920](https://leetcode.com/problems/number-of-music-playlists/)|[Number of Music Playlists](./Algorithms/0920.number-of-music-playlists)|43%|Hard|[](https://leetcode.com/list/oussv5j)|
182182
|[0919](https://leetcode.com/problems/complete-binary-tree-inserter/)|[Complete Binary Tree Inserter](./Algorithms/0919.complete-binary-tree-inserter)|55%|Medium|[](https://leetcode.com/list/oussv5j)|
183183
|[0918](https://leetcode.com/problems/maximum-sum-circular-subarray/)|[Maximum Sum Circular Subarray](./Algorithms/0918.maximum-sum-circular-subarray)|32%|Medium|[](https://leetcode.com/list/oussv5j)|
184-
|[0917](https://leetcode.com/problems/reverse-only-letters/)|[Reverse Only Letters](./Algorithms/0917.reverse-only-letters)|56%|Easy||
184+
|[0917](https://leetcode.com/problems/reverse-only-letters/)|[Reverse Only Letters](./Algorithms/0917.reverse-only-letters)|55%|Easy||
185185
|[0916](https://leetcode.com/problems/word-subsets/)|[Word Subsets](./Algorithms/0916.word-subsets)|45%|Medium||
186186
|[0915](https://leetcode.com/problems/partition-array-into-disjoint-intervals/)|[Partition Array into Disjoint Intervals](./Algorithms/0915.partition-array-into-disjoint-intervals)|43%|Medium|[](https://leetcode.com/list/oussv5j)|
187187
|[0914](https://leetcode.com/problems/x-of-a-kind-in-a-deck-of-cards/)|[X of a Kind in a Deck of Cards](./Algorithms/0914.x-of-a-kind-in-a-deck-of-cards)|34%|Easy||
@@ -240,7 +240,7 @@
240240
|[0861](https://leetcode.com/problems/score-after-flipping-matrix/)|[Score After Flipping Matrix](./Algorithms/0861.score-after-flipping-matrix)|70%|Medium||
241241
|[0860](https://leetcode.com/problems/lemonade-change/)|[Lemonade Change](./Algorithms/0860.lemonade-change)|50%|Easy||
242242
|[0859](https://leetcode.com/problems/buddy-strings/)|[Buddy Strings](./Algorithms/0859.buddy-strings)|27%|Easy||
243-
|[0858](https://leetcode.com/problems/mirror-reflection/)|[Mirror Reflection](./Algorithms/0858.mirror-reflection)|52%|Medium||
243+
|[0858](https://leetcode.com/problems/mirror-reflection/)|[Mirror Reflection](./Algorithms/0858.mirror-reflection)|51%|Medium||
244244
|[0857](https://leetcode.com/problems/minimum-cost-to-hire-k-workers/)|[Minimum Cost to Hire K Workers](./Algorithms/0857.minimum-cost-to-hire-k-workers)|47%|Hard|[](https://leetcode.com/list/oussv5j)|
245245
|[0856](https://leetcode.com/problems/score-of-parentheses/)|[Score of Parentheses](./Algorithms/0856.score-of-parentheses)|56%|Medium||
246246
|[0855](https://leetcode.com/problems/exam-room/)|[Exam Room](./Algorithms/0855.exam-room)|38%|Medium||

leetcode.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"Username": "aQuaYi",
3-
"Ranking": 588,
4-
"Updated": "2019-07-14T16:51:42.439165513+08:00",
3+
"Ranking": 572,
4+
"Updated": "2019-07-14T18:47:56.061792965+08:00",
55
"Record": {
66
"Easy": {
77
"Solved": 251,
88
"Total": 254
99
},
1010
"Medium": {
11-
"Solved": 422,
11+
"Solved": 423,
1212
"Total": 434
1313
},
1414
"Hard": {
1515
"Solved": 177,
1616
"Total": 182
1717
},
1818
"Total": {
19-
"Solved": 850,
19+
"Solved": 851,
2020
"Total": 870
2121
}
2222
},
@@ -10321,7 +10321,7 @@
1032110321
"ID": 858,
1032210322
"Title": "Mirror Reflection",
1032310323
"TitleSlug": "mirror-reflection",
10324-
"PassRate": "52%",
10324+
"PassRate": "51%",
1032510325
"Difficulty": "Medium",
1032610326
"IsAccepted": true,
1032710327
"IsPaid": false,
@@ -11029,7 +11029,7 @@
1102911029
"ID": 917,
1103011030
"Title": "Reverse Only Letters",
1103111031
"TitleSlug": "reverse-only-letters",
11032-
"PassRate": "56%",
11032+
"PassRate": "55%",
1103311033
"Difficulty": "Easy",
1103411034
"IsAccepted": true,
1103511035
"IsPaid": false,
@@ -12999,7 +12999,7 @@
1299912999
"TitleSlug": "smallest-subsequence-of-distinct-characters",
1300013000
"PassRate": "43%",
1300113001
"Difficulty": "Medium",
13002-
"IsAccepted": false,
13002+
"IsAccepted": true,
1300313003
"IsPaid": false,
1300413004
"IsFavor": false,
1300513005
"IsNew": false,
@@ -13513,7 +13513,7 @@
1351313513
"ID": 1124,
1351413514
"Title": "Longest Well-Performing Interval",
1351513515
"TitleSlug": "longest-well-performing-interval",
13516-
"PassRate": "20%",
13516+
"PassRate": "21%",
1351713517
"Difficulty": "Medium",
1351813518
"IsAccepted": false,
1351913519
"IsPaid": false,
@@ -13525,7 +13525,7 @@
1352513525
"ID": 1125,
1352613526
"Title": "Smallest Sufficient Team",
1352713527
"TitleSlug": "smallest-sufficient-team",
13528-
"PassRate": "32%",
13528+
"PassRate": "33%",
1352913529
"Difficulty": "Hard",
1353013530
"IsAccepted": false,
1353113531
"IsPaid": false,

0 commit comments

Comments
 (0)