Skip to content

Commit c89bb22

Browse files
aQuaaQua
aQua
authored and
aQua
committed
更新helper助手和README.md
1 parent 7c8b523 commit c89bb22

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# [LeetCode](https://leetcode.com)习题的Golang解答。
2+
[![LeetCode](https://img.shields.io/badge/LeetCode-aQuaYi-blue.svg)](https://leetcode.com/aQuaYi/)
23
[![Build Status](https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang.svg?branch=master)](https://www.travis-ci.org/aQuaYi/LeetCode-in-Golang)
34
[![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/)
55

6-
## 统计
6+
## 答题进度
77
||Easy|Medium|Hard|Total|
88
|:--|:--:|:--:|:--:|:--:|
99
|**Algorithms**|21/157|27/311|13/117|61/585|
1010
|**Draft**|0/2|0/5|0/1|0/8|
1111
|**Total**|21/159|27/316|13/118|61/593|
1212

1313

14-
## 已添加的题目
14+
## 参考解答
1515
|题号|题目|难度|总体通过率|收藏|
1616
|:-:|:-|:-: | :-: | :-: |
1717
|1|[Two Sum](./Algorithms/0001.two-sum)||34%||

README_HEAD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# [LeetCode](https://leetcode.com)习题的Golang解答。
2+
[![LeetCode](https://img.shields.io/badge/LeetCode-aQuaYi-blue.svg)](https://leetcode.com/aQuaYi/)
23
[![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)

helper/readme.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ func makeREADME(c Categories, s Solveds) {
1313

1414
template := `%s
1515
16-
## 统计
16+
## 答题进度
1717
%s
1818
19-
## 已添加的题目
19+
## 参考解答
2020
%s
2121
%s
2222
`

0 commit comments

Comments
 (0)