Skip to content

Commit 9f0ab5f

Browse files
aQuaaQua
authored andcommitted
更新 README.md
1 parent af631dd commit 9f0ab5f

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

README.md

Lines changed: 14 additions & 14 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-1144-blue.svg)](https://leetcode.com/aQuaYi/)
3+
[![LeetCode 排名](https://img.shields.io/badge/aQuaYi-1131-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

@@ -10,7 +10,7 @@
1010
1111
| |Easy|Medium|Hard|Total|
1212
|:---:|:---:|:---:|:---:|:---:|
13-
|**Accepted**|167|287|123|577|
13+
|**Accepted**|167|287|124|578|
1414
|**Total**|171|295|127|593|
1515

1616
## 题解
@@ -125,11 +125,11 @@
125125
|106|[Construct Binary Tree from Inorder and Postorder Traversal](./Algorithms/0106.construct-binary-tree-from-inorder-and-postorder-traversal)|34%|Medium|[](https://leetcode.com/list/oussv5j)|
126126
|107|[Binary Tree Level Order Traversal II](./Algorithms/0107.binary-tree-level-order-traversal-ii)|42%|Easy||
127127
|108|[Convert Sorted Array to Binary Search Tree](./Algorithms/0108.convert-sorted-array-to-binary-search-tree)|44%|Easy||
128-
|109|[Convert Sorted List to Binary Search Tree](./Algorithms/0109.convert-sorted-list-to-binary-search-tree)|35%|Medium||
128+
|109|[Convert Sorted List to Binary Search Tree](./Algorithms/0109.convert-sorted-list-to-binary-search-tree)|36%|Medium||
129129
|110|[Balanced Binary Tree](./Algorithms/0110.balanced-binary-tree)|38%|Easy||
130130
|111|[Minimum Depth of Binary Tree](./Algorithms/0111.minimum-depth-of-binary-tree)|33%|Easy||
131131
|112|[Path Sum](./Algorithms/0112.path-sum)|35%|Easy||
132-
|113|[Path Sum II](./Algorithms/0113.path-sum-ii)|35%|Medium||
132+
|113|[Path Sum II](./Algorithms/0113.path-sum-ii)|36%|Medium||
133133
|114|[Flatten Binary Tree to Linked List](./Algorithms/0114.flatten-binary-tree-to-linked-list)|36%|Medium|[](https://leetcode.com/list/oussv5j)|
134134
|115|[Distinct Subsequences](./Algorithms/0115.distinct-subsequences)|32%|Hard|[](https://leetcode.com/list/oussv5j)|
135135
|118|[Pascal's Triangle](./Algorithms/0118.pascals-triangle)|40%|Easy||
@@ -532,7 +532,7 @@
532532
|745|[Prefix and Suffix Search](./Algorithms/0745.prefix-and-suffix-search)|25%|Hard||
533533
|746|[Min Cost Climbing Stairs](./Algorithms/0746.min-cost-climbing-stairs)|43%|Easy||
534534
|747|[Largest Number At Least Twice of Others](./Algorithms/0747.largest-number-at-least-twice-of-others)|41%|Easy||
535-
|748|[Shortest Completing Word](./Algorithms/0748.shortest-completing-word)|52%|Medium||
535+
|748|[Shortest Completing Word](./Algorithms/0748.shortest-completing-word)|51%|Medium||
536536
|749|[Contain Virus](./Algorithms/0749.contain-virus)|40%|Hard||
537537
|752|[Open the Lock](./Algorithms/0752.open-the-lock)|39%|Medium|[](https://leetcode.com/list/oussv5j)|
538538
|753|[Cracking the Safe](./Algorithms/0753.cracking-the-safe)|40%|Hard|[](https://leetcode.com/list/oussv5j)|
@@ -583,33 +583,33 @@
583583
|806|[Number of Lines To Write String](./Algorithms/0806.number-of-lines-to-write-string)|63%|Easy||
584584
|807|[Max Increase to Keep City Skyline](./Algorithms/0807.max-increase-to-keep-city-skyline)|81%|Medium||
585585
|808|[Soup Servings](./Algorithms/0808.soup-servings)|32%|Medium||
586-
|809|[Expressive Words](./Algorithms/0809.expressive-words)|35%|Medium||
586+
|809|[Expressive Words](./Algorithms/0809.expressive-words)|36%|Medium||
587587
|810|[Chalkboard XOR Game](./Algorithms/0810.chalkboard-xor-game)|37%|Hard|[](https://leetcode.com/list/oussv5j)|
588588
|811|[Subdomain Visit Count](./Algorithms/0811.subdomain-visit-count)|63%|Easy||
589-
|812|[Largest Triangle Area](./Algorithms/0812.largest-triangle-area)|52%|Easy||
589+
|812|[Largest Triangle Area](./Algorithms/0812.largest-triangle-area)|53%|Easy||
590590
|813|[Largest Sum of Averages](./Algorithms/0813.largest-sum-of-averages)|40%|Medium|[](https://leetcode.com/list/oussv5j)|
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||
594594
|817|[Linked List Components](./Algorithms/0817.linked-list-components)|50%|Medium|[](https://leetcode.com/list/oussv5j)|
595-
|818| * Race Car|26%|Hard||
595+
|818|[Race Car](./Algorithms/0818.race-car)|26%|Hard|[](https://leetcode.com/list/oussv5j)|
596596
|819| * Most Common Word|49%|Easy||
597597
|820|[Short Encoding of Words](./Algorithms/0820.short-encoding-of-words)|40%|Medium|[](https://leetcode.com/list/oussv5j)|
598-
|821|[Shortest Distance to a Character](./Algorithms/0821.shortest-distance-to-a-character)|62%|Easy||
598+
|821|[Shortest Distance to a Character](./Algorithms/0821.shortest-distance-to-a-character)|63%|Easy||
599599
|822| * 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||
603603
|826| * Most Profit Assigning Work|31%|Medium||
604-
|827| * Making A Large Island|42%|Hard||
604+
|827| * Making A Large Island|41%|Hard||
605605
|828| * Unique Letter String|31%|Hard||
606606
|829| * Consecutive Numbers Sum|25%|Medium||
607607
|830| * Positions of Large Groups|49%|Easy||
608608
|831| * Masking Personal Information|42%|Medium||
609-
|832| * Flipping an Image :new: |77%|Easy||
610-
|833| * Find And Replace in String :new: |35%|Medium||
611-
|834| * Sum of Distances in Tree :new: |29%|Hard||
612-
|835| * Image Overlap :new: |26%|Medium||
609+
|832| * Flipping an Image :new: |75%|Easy||
610+
|833| * Find And Replace in String :new: |36%|Medium||
611+
|834| * Sum of Distances in Tree :new: |28%|Hard||
612+
|835| * Image Overlap :new: |28%|Medium||
613613

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

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": 1131,
4-
"Updated": "2018-05-17T09:01:06.912939172+08:00",
4+
"Updated": "2018-05-17T15:27:29.298209916+08:00",
55
"Record": {
66
"Easy": {
77
"Solved": 167,
@@ -12,11 +12,11 @@
1212
"Total": 295
1313
},
1414
"Hard": {
15-
"Solved": 123,
15+
"Solved": 124,
1616
"Total": 127
1717
},
1818
"Total": {
19-
"Solved": 577,
19+
"Solved": 578,
2020
"Total": 593
2121
}
2222
},
@@ -1381,7 +1381,7 @@
13811381
"ID": 113,
13821382
"Title": "Path Sum II",
13831383
"TitleSlug": "path-sum-ii",
1384-
"PassRate": "35%",
1384+
"PassRate": "36%",
13851385
"Difficulty": "Medium",
13861386
"IsAccepted": true,
13871387
"IsPaid": false,
@@ -2089,7 +2089,7 @@
20892089
"ID": 172,
20902090
"Title": "Factorial Trailing Zeroes",
20912091
"TitleSlug": "factorial-trailing-zeroes",
2092-
"PassRate": "36%",
2092+
"PassRate": "37%",
20932093
"Difficulty": "Easy",
20942094
"IsAccepted": true,
20952095
"IsPaid": false,
@@ -6685,7 +6685,7 @@
66856685
"ID": 555,
66866686
"Title": "Split Concatenated Strings",
66876687
"TitleSlug": "split-concatenated-strings",
6688-
"PassRate": "38%",
6688+
"PassRate": "37%",
66896689
"Difficulty": "Medium",
66906690
"IsAccepted": false,
66916691
"IsPaid": true,
@@ -7753,7 +7753,7 @@
77537753
"ID": 644,
77547754
"Title": "Maximum Average Subarray II",
77557755
"TitleSlug": "maximum-average-subarray-ii",
7756-
"PassRate": "24%",
7756+
"PassRate": "25%",
77577757
"Difficulty": "Hard",
77587758
"IsAccepted": false,
77597759
"IsPaid": true,
@@ -8689,7 +8689,7 @@
86898689
"ID": 722,
86908690
"Title": "Remove Comments",
86918691
"TitleSlug": "remove-comments",
8692-
"PassRate": "28%",
8692+
"PassRate": "27%",
86938693
"Difficulty": "Medium",
86948694
"IsAccepted": true,
86958695
"IsPaid": false,
@@ -9001,7 +9001,7 @@
90019001
"ID": 748,
90029002
"Title": "Shortest Completing Word",
90039003
"TitleSlug": "shortest-completing-word",
9004-
"PassRate": "52%",
9004+
"PassRate": "51%",
90059005
"Difficulty": "Medium",
90069006
"IsAccepted": true,
90079007
"IsPaid": false,
@@ -9733,7 +9733,7 @@
97339733
"ID": 809,
97349734
"Title": "Expressive Words",
97359735
"TitleSlug": "expressive-words",
9736-
"PassRate": "35%",
9736+
"PassRate": "36%",
97379737
"Difficulty": "Medium",
97389738
"IsAccepted": true,
97399739
"IsPaid": false,
@@ -9769,7 +9769,7 @@
97699769
"ID": 812,
97709770
"Title": "Largest Triangle Area",
97719771
"TitleSlug": "largest-triangle-area",
9772-
"PassRate": "52%",
9772+
"PassRate": "53%",
97739773
"Difficulty": "Easy",
97749774
"IsAccepted": true,
97759775
"IsPaid": false,
@@ -9843,9 +9843,9 @@
98439843
"TitleSlug": "race-car",
98449844
"PassRate": "26%",
98459845
"Difficulty": "Hard",
9846-
"IsAccepted": false,
9846+
"IsAccepted": true,
98479847
"IsPaid": false,
9848-
"IsFavor": false,
9848+
"IsFavor": true,
98499849
"IsNew": false,
98509850
"HasNoGoOption": false
98519851
},
@@ -9949,7 +9949,7 @@
99499949
"ID": 827,
99509950
"Title": "Making A Large Island",
99519951
"TitleSlug": "making-a-large-island",
9952-
"PassRate": "42%",
9952+
"PassRate": "41%",
99539953
"Difficulty": "Hard",
99549954
"IsAccepted": false,
99559955
"IsPaid": false,
@@ -10009,7 +10009,7 @@
1000910009
"ID": 832,
1001010010
"Title": "Flipping an Image",
1001110011
"TitleSlug": "flipping-an-image",
10012-
"PassRate": "76%",
10012+
"PassRate": "75%",
1001310013
"Difficulty": "Easy",
1001410014
"IsAccepted": false,
1001510015
"IsPaid": false,

0 commit comments

Comments
 (0)