Skip to content

Commit 83ca915

Browse files
committed
修改了README.md的表示格式...
1 parent 550feaf commit 83ca915

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ COMMIT_42_2="剑指Offer–042-左旋转字符串--http://blog.csdn.net/gatieme/
4545
COMMIT_46="剑指Offer--046-求1+2+3+...+n--http://blog.csdn.net/gatieme/article/details/51485713"
4646

4747

48-
COMMIT_OTHER="完善了OJ的template代码..."
48+
COMMIT_OTHER="修改了README.md的表示格式..."
4949

5050

5151
RETURN_TOP ="<br>**您也可以选择[回到目录-剑指Offer--题集目录索引](http://blog.csdn.net/gatieme/article/details/51916802)**"
5252

5353

5454

55-
GITHUB_COMMIT=$(COMMIT_46)
55+
GITHUB_COMMIT=$(COMMIT_OTHER)
5656

5757

5858
all:github

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
| 牛客OJ | 九度OJ | CSDN题解 | GitHub代码 |
2-
| ------------- |:-------------:| -----:|
2+
|--------|:------:|:--------:|:----------:|
33
| [牛客剑指Offer题目列表](http://www.nowcoder.com/ta/coding-interviews?page=) | [九度OJ剑指Offer题目列表](http://ac.jobdu.com/hhtproblems.php) | [剑指Offer](http://blog.csdn.net/gatieme/article/category/6174073) | [CodingInterviews--剑指Offer--名企面试官精讲典型编程题 ](https://github.com/gatieme/CodingInterviews) |
44
<br>
55

66
| 牛客OJ | 九度OJ | CSDN题解 | GitHub代码 |
7-
| ------------- |:-------------:| -----:|
7+
|--------|:------:|:--------:|:----------:|
88
| [003--二维数组中的查找](http://www.nowcoder.com/practice/abc3fe2ce8e146608e868a70efebf62e?tpId=13&tqId=11154&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ranking) | [1384-二维数组中的查找](http://ac.jobdu.com/problem.php?pid=1384) | [剑指Offer--003--二维数组中的查找](http://blog.csdn.net/gatieme/article/details/51100125) | [003二维数组中的查找](https://github.com/gatieme/CodingInterviews/tree/master/003-%E4%BA%8C%E7%BB%B4%E6%95%B0%E7%BB%84%E4%B8%AD%E7%9A%84%E6%9F%A5%E6%89%BE) |
99
| [004--替换空格](http://www.nowcoder.com/practice/4060ac7e3e404ad1a894ef3e17650423?tpId=13&tqId=11155&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ranking) | [1510-替换空格](http://ac.jobdu.com/problem.php?pid=1510) | [剑指Offer--004-替换空格](http://blog.csdn.net/gatieme/article/details/51100630) | [004-替换空格](https://github.com/gatieme/CodingInterviews/tree/master/004-%E6%9B%BF%E6%8D%A2%E7%A9%BA%E6%A0%BC) |
1010
| [005--从尾到头打印链表](http://www.nowcoder.com/practice/d0267f7f55b3412ba93bd35cfa8e8035?tpId=13&tqId=11156&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ranking) | [1511-从尾到头打印链表](http://ac.jobdu.com/problem.php?pid=1511) | [剑指Offer--005-从尾到头打印链表](http://blog.csdn.net/gatieme/article/details/51107632) | [005-从尾到头打印链表](https://github.com/gatieme/CodingInterviews/tree/master/005-%E4%BB%8E%E5%B0%BE%E5%88%B0%E5%A4%B4%E6%89%93%E5%8D%B0%E9%93%BE%E8%A1%A8) |

0 commit comments

Comments
 (0)