File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# [ LeetCode] ( https://leetcode.com ) 习题的Golang解答。
2
+ [ ![ LeetCode] ( https://img.shields.io/badge/LeetCode-aQuaYi-blue.svg )] ( https://leetcode.com/aQuaYi/ )
2
3
[ ![ Build Status] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang.svg?branch=master )] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang )
3
4
[ ![ codecov] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Golang/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Golang )
4
- [ ![ LeetCode] ( https://img.shields.io/badge/LeetCode-aQuaYi-green.svg )] ( https://leetcode.com/aQuaYi/ )
5
5
6
- ## 统计
6
+ ## 答题进度
7
7
|| Easy| Medium| Hard| Total|
8
8
| :--| :--:| :--:| :--:| :--:|
9
9
| ** Algorithms** | 21/157| 27/311| 13/117| 61/585|
10
10
| ** Draft** | 0/2| 0/5| 0/1| 0/8|
11
11
| ** Total** | 21/159| 27/316| 13/118| 61/593|
12
12
13
13
14
- ## 已添加的题目
14
+ ## 参考解答
15
15
| 题号| 题目| 难度| 总体通过率| 收藏|
16
16
| :-:| :-| :-: | :-: | :-: |
17
17
| 1| [ Two Sum] ( ./Algorithms/0001.two-sum ) | ☆| 34%||
Original file line number Diff line number Diff line change 1
1
# [ LeetCode] ( https://leetcode.com ) 习题的Golang解答。
2
+ [ ![ LeetCode] ( https://img.shields.io/badge/LeetCode-aQuaYi-blue.svg )] ( https://leetcode.com/aQuaYi/ )
2
3
[ ![ Build Status] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang.svg?branch=master )] ( https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang )
3
- [ ![ codecov] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Golang/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Golang )
4
- [ ![ LeetCode] ( https://img.shields.io/badge/LeetCode-aQuaYi-green.svg )] ( https://leetcode.com/aQuaYi/ )
4
+ [ ![ codecov] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Golang/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aQuaYi/LeetCode-in-Golang )
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ func makeREADME(c Categories, s Solveds) {
13
13
14
14
template := `%s
15
15
16
- ## 统计
16
+ ## 答题进度
17
17
%s
18
18
19
- ## 已添加的题目
19
+ ## 参考解答
20
20
%s
21
21
%s
22
22
`
You can’t perform that action at this time.
0 commit comments