Skip to content

Commit 03dc3fb

Browse files
committed
'修正目录'
1 parent dd11004 commit 03dc3fb

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
- [B-Tree、B+Tree]()
5050
- []()
5151

52-
- [算法]()
52+
- [算法](https://github.com/xianyunyh/PHP-Interview/tree/master/%E7%AE%97%E6%B3%95)
5353

5454
- [排序算法]()
55-
- [冒泡排序]()
56-
- [选择排序]()
57-
- [插入排序]()
58-
- [快速排序]()
59-
- [堆排序]()
60-
- [归并排序]()
55+
- [冒泡排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/BubbleSort.php)
56+
- [选择排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/SelectSort.php)
57+
- [插入排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/InsertSort.php)
58+
- [快速排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/QuickSort.php)
59+
- [堆排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/HeapSort.php)
60+
- [归并排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/MergeSort.php)
6161
- [查找算法]()
62-
- [二分查找]()
62+
- [二分查找](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Query/BinaryQuery.php)
6363
- [hash]()
64-
- [KPM]()
64+
- [KPM](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Query/Kmp.php)
6565
- [其他]()
6666
- 布隆过滤器
6767
- 贪心算法
@@ -71,6 +71,7 @@
7171
- 最短路径
7272
- 推荐算法
7373
- 深度优先、广度优先
74+
- [编程之法:面试和算法心得](https://wizardforcel.gitbooks.io/the-art-of-programming-by-july/content/03.02.html)
7475

7576
- [消息队列]()
7677

@@ -81,13 +82,15 @@
8182

8283
- [缓存系统]()
8384

84-
- [Redis]()
85+
- [Redis](https://github.com/xianyunyh/PHP-Interview/blob/master/Cache/Redis.md)
8586
- [Memcache]()
8687

87-
- [PHP]()
88+
- [PHP](https://github.com/xianyunyh/PHP-Interview/tree/master/PHP)
8889

90+
- [PHP7](https://github.com/xianyunyh/PHP-Interview/blob/master/PHP/php7.md)
8991
- [面向对象OOP]()
90-
- [GC]()
92+
- [Zval](https://github.com/xianyunyh/PHP-Interview/blob/master/PHP/PHP-Zval%E7%BB%93%E6%9E%84.md)
93+
- [HashTable](https://github.com/xianyunyh/PHP-Interview/blob/master/PHP/PHP7-HashTable.md)
9194
- [Swoole]()
9295

9396
- [设计模式]()

0 commit comments

Comments
 (0)