Skip to content

Commit ee25d43

Browse files
committed
feat: new arithmetic 🎨
1 parent 1cbd8fa commit ee25d43

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,24 @@
1717
1818
├──Package
1919
│ ├── Sort 排序篇
20-
│ │ ├── BubbleSort.php 冒泡排序
21-
│ │ ├── QuickSort.php 快速排序
22-
│ │ ├── ShellSort.php 希尔排序
23-
│ │ ├── MergeSort.php 归并排序
24-
│ │ ├── InsertSort.php 插入排序
25-
│ │ └── SelectSort.php 选择排序
20+
│ │ ├── BubbleSort.php 冒泡排序
21+
│ │ ├── QuickSort.php 快速排序
22+
│ │ ├── ShellSort.php 希尔排序
23+
│ │ ├── MergeSort.php 归并排序
24+
│ │ ├── InsertSort.php 插入排序
25+
│ │ └── SelectSort.php 选择排序
2626
│ │
2727
│ ├── Query 查找篇
28-
│ │ ├── BinaryQuery.php 二分查找
29-
│ │ ├── FibonacciQuery.php 斐波那契查找
30-
│ │ └── QulickQuery.php 快速查找
28+
│ │ ├── BinaryQuery.php 二分查找
29+
│ │ ├── InseertQuery.php 插入查找
30+
│ │ ├── FibonacciQuery.php 斐波那契查找
31+
│ │ └── QulickQuery.php 快速查找
3132
│ │
3233
│ └── Other 其他
33-
│ ├── MonkeyKing.php 猴子选大王
34-
│ ├── GetCattle.php 牛年求牛
35-
│ ├── Fibonacci.php 斐波那契数列
36-
│ └── BigSmallReplace.php Hello World 输出 Olleh Dlrow
34+
│ ├── MonkeyKing.php 猴子选大王
35+
│ ├── GetCattle.php 牛年求牛
36+
│ ├── Fibonacci.php 斐波那契数列
37+
│ └── BigSmallReplace.php Hello World 输出 Olleh Dlrow
3738
3839
├──LICENSE
3940
└──README.md

package/Query/InseertQuery.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
/**
3+
* ${NAME}
4+
*
5+
* @author Pu ShaoWei <[email protected]>
6+
* @date 2017/8/25
7+
* @license Mozilla
8+
*/

0 commit comments

Comments
 (0)