File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# [ LeetCode] ( https://leetcode.com ) 习题的Golang解答
2
2
[ ![ LeetCode] ( https://img.shields.io/badge/LeetCode-aQuaYi-blue.svg )] ( https://leetcode.com/aQuaYi/ )
3
- [ ![ LeetCode Ranking] ( https://img.shields.io/badge/Ranking-55027 -blue.svg )] ( https://leetcode.com/aQuaYi/ )
3
+ [ ![ LeetCode Ranking] ( https://img.shields.io/badge/Ranking-53244 -blue.svg )] ( https://leetcode.com/aQuaYi/ )
4
4
[ ![ Build Status] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang.svg?branch=master )] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang )
5
5
[ ![ codecov] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Golang/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Golang )
6
6
10
10
11
11
| Category| Easy| Medium| Hard| Total|
12
12
| :--| :--:| :--:| :--:| :--:|
13
- | ** Algorithms** | 42 / 144| 64 / 248| 22 / 92| 128 / 484|
13
+ | ** Algorithms** | 42 / 144| 64 / 248| 23 / 92| 129 / 484|
14
14
| ** Draft** | 0 / 1| 0 / 4| 0 / 0| 0 / 5|
15
- | ** Total** | 42 / 145| 64 / 252| 22 / 92| 128 / 489|
15
+ | ** Total** | 42 / 145| 64 / 252| 23 / 92| 129 / 489|
16
16
17
17
## 参考解答
18
18
| 题号| 题目| 难度| 总体通过率| 收藏|
84
84
| 65| [ Valid Number] ( ./Algorithms/0065.valid-number ) | ☆ ☆ ☆| 12%||
85
85
| 66| [ Plus One] ( ./Algorithms/0066.plus-one ) | ☆| 38%||
86
86
| 67| [ Add Binary] ( ./Algorithms/0067.add-binary ) | ☆| 32%||
87
+ | 68| [ Text Justification] ( ./Algorithms/0068.text-justification ) | ☆ ☆ ☆| 19%||
87
88
| 69| [ Sqrt(x)] ( ./Algorithms/0069.sqrtx ) | ☆| 27%||
88
89
| 70| [ Climbing Stairs] ( ./Algorithms/0070.climbing-stairs ) | ☆| 40%||
89
90
| 73| [ Set Matrix Zeroes] ( ./Algorithms/0073.set-matrix-zeroes ) | ☆ ☆| 35%| ❤|
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments