Skip to content

Commit 91bd9b6

Browse files
committed
fix: update readme 💄
1 parent 8cbcc37 commit 91bd9b6

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
用 PHP 的方式实现的各类算法合集
1+
<h1 align="center">用 PHP 的方式实现的各类算法合集</h1>
22
===============
33

44
[![Github file size](https://img.shields.io/github/size/webcaetano/craft/build/craft.min.js.svg)](https://github.com/PuShaoWei/arithmetic-php)
@@ -8,6 +8,7 @@
88
[![Codacy grade](https://img.shields.io/codacy/grade/e27821fb6289410b8f58338c7e0bc686.svg)](https://github.com/PuShaoWei/arithmetic-php)
99
[![AUR](https://img.shields.io/aur/license/yaourt.svg)]()
1010

11+
1112
## About
1213

1314
> 如果说各种编程语言是程序员的招式,那么数据结构和算法就相当于程序员的内功。
@@ -36,6 +37,7 @@
3637
│ ├── Fibonacci.php 斐波那契数列
3738
│ ├── StealingApples.php 偷苹果求余
3839
│ ├── HanoiGames.php 汉诺塔游戏
40+
│ ├── ColorBricks.php 彩色砖块
3941
│ ├── GetCattle.php 牛年求牛
4042
│ ├── OnlyNumbers.php 求唯一数
4143
│ └── BigSmallReplace.php Hello World 输出 Olleh Dlrow
@@ -124,11 +126,19 @@ return i;
124126

125127

126128
## 一起进步学习
127-
1. Fork 我的项目
128-
2. Pull Request
129+
1. Fork 我的项目并提交你的 `idea`
130+
2. Pull Request
129131
3. Merge
130132

131-
## 纠错
133+
## 纠错
132134

133135
如果大家发现有什么不对的地方,可以发起一个[issue](https://github.com/PuShaoWei/arithmetic-php/issues)或者[pull request](https://github.com/PuShaoWei/arithmetic-php/pulls),我会及时纠正
134136
> 补充:发起pull request的commit message请参考文章[Commit message 和 Change log 编写指南](http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html)
137+
138+
## 致谢
139+
感谢以下朋友的issue或pull request:
140+
141+
- [hailwood ](https://github.com/hailwood)
142+
- [zhangxuanru](https://github.com/zhangxuanru)
143+
- [ifreesec](https://github.com/ifreesec)
144+
- [openset](https://github.com/openset)

0 commit comments

Comments
 (0)