Skip to content

Commit e03f1fb

Browse files
aQuaaQua
authored andcommitted
更新 README.md
1 parent 9dd28d5 commit e03f1fb

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,6 @@
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

7-
## 使用方法
8-
9-
```bash
10-
$ go version
11-
// 请确保版本号 >= 1.9
12-
$ go env
13-
...
14-
GOPATH="第一个GOPATH目录:..."
15-
...
16-
$ go get github.com/aQuaYi/LeetCode-in-Go
17-
// 下载位置: 第一个GOPATH目录/src/github.com/aQuaYi/LeetCode-in-Go
18-
```
19-
207
## 进度
218

229
> 统计规则:1.免费题,2.算法题,3.能用 Go 解答
@@ -655,6 +642,19 @@ $ go get github.com/aQuaYi/LeetCode-in-Go
655642
- [535.Encode and Decode TinyURL](https://leetcode.com/problems/encode-and-decode-tinyurl/)
656643
- [690.Employee Importance](https://leetcode.com/problems/employee-importance/)
657644

645+
## 使用方法
646+
647+
```bash
648+
$ go version
649+
// 请确保版本号 >= 1.9
650+
$ go env
651+
...
652+
GOPATH="第一个GOPATH目录:..."
653+
...
654+
$ go get github.com/aQuaYi/LeetCode-in-Go
655+
// 下载位置: 第一个GOPATH目录/src/github.com/aQuaYi/LeetCode-in-Go
656+
```
657+
658658
## helper
659659

660660
[helper](./helper) 会处理大部分琐碎的工作。

README_HEAD.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,4 @@
22

33
[![LeetCode 排名](https://img.shields.io/badge/%s-%d-blue.svg)](https://leetcode.com/%s/)
44
[![codecov](https://codecov.io/gh/aQuaYi/LeetCode-in-Go/branch/master/graph/badge.svg)](https://codecov.io/gh/aQuaYi/LeetCode-in-Go)
5-
[![Build Status](https://www.travis-ci.org/aQuaYi/LeetCode-in-Go.svg?branch=master)](https://www.travis-ci.org/aQuaYi/LeetCode-in-Go)
6-
7-
## 使用方法
8-
9-
```bash
10-
$ go version
11-
// 请确保版本号 >= 1.9
12-
$ go env
13-
...
14-
GOPATH="第一个GOPATH目录:..."
15-
...
16-
$ go get github.com/aQuaYi/LeetCode-in-Go
17-
// 下载位置: 第一个GOPATH目录/src/github.com/aQuaYi/LeetCode-in-Go
18-
```
5+
[![Build Status](https://www.travis-ci.org/aQuaYi/LeetCode-in-Go.svg?branch=master)](https://www.travis-ci.org/aQuaYi/LeetCode-in-Go)

README_TAIL.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# helper
1+
# 使用方法
2+
3+
```bash
4+
$ go version
5+
// 请确保版本号 >= 1.9
6+
$ go env
7+
...
8+
GOPATH="第一个GOPATH目录:..."
9+
...
10+
$ go get github.com/aQuaYi/LeetCode-in-Go
11+
// 下载位置: 第一个GOPATH目录/src/github.com/aQuaYi/LeetCode-in-Go
12+
```
13+
14+
## helper
215

316
[helper](./helper) 会处理大部分琐碎的工作。
417

leetcode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Username": "aQuaYi",
33
"Ranking": 1089,
4-
"Updated": "2018-05-21T17:00:46.344908158+08:00",
4+
"Updated": "2018-05-21T17:08:00.86638057+08:00",
55
"Record": {
66
"Easy": {
77
"Solved": 169,

0 commit comments

Comments
 (0)