File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- 用 PHP 的方式实现的各类算法合集
1
+ < h1 align = " center " > 用 PHP 的方式实现的各类算法合集</ h1 >
2
2
===============
3
3
4
4
[ ![ Github file size] ( https://img.shields.io/github/size/webcaetano/craft/build/craft.min.js.svg )] ( https://github.com/PuShaoWei/arithmetic-php )
8
8
[ ![ Codacy grade] ( https://img.shields.io/codacy/grade/e27821fb6289410b8f58338c7e0bc686.svg )] ( https://github.com/PuShaoWei/arithmetic-php )
9
9
[ ![ AUR] ( https://img.shields.io/aur/license/yaourt.svg )] ( )
10
10
11
+
11
12
## About
12
13
13
14
> 如果说各种编程语言是程序员的招式,那么数据结构和算法就相当于程序员的内功。
36
37
│ ├── Fibonacci.php 斐波那契数列
37
38
│ ├── StealingApples.php 偷苹果求余
38
39
│ ├── HanoiGames.php 汉诺塔游戏
40
+ │ ├── ColorBricks.php 彩色砖块
39
41
│ ├── GetCattle.php 牛年求牛
40
42
│ ├── OnlyNumbers.php 求唯一数
41
43
│ └── BigSmallReplace.php Hello World 输出 Olleh Dlrow
@@ -124,11 +126,19 @@ return i;
124
126
125
127
126
128
## 一起进步学习
127
- 1 . Fork 我的项目
128
- 2 . Pull Request
129
+ 1 . Fork 我的项目并提交你的 ` idea `
130
+ 2 . Pull Request
129
131
3 . Merge
130
132
131
- ## 纠错
133
+ ## 纠错
132
134
133
135
如果大家发现有什么不对的地方,可以发起一个[ issue] ( https://github.com/PuShaoWei/arithmetic-php/issues ) 或者[ pull request] ( https://github.com/PuShaoWei/arithmetic-php/pulls ) ,我会及时纠正
134
136
> 补充:发起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 )
You can’t perform that action at this time.
0 commit comments