|
24 | 24 |
|
25 | 25 | - [Mongodb](MongoDb/MongoDB.md) |
26 | 26 |
|
27 | | -- [计算机网络](操作系统/README.md) |
| 27 | +- [计算机网络](计算机网络/README.md) |
28 | 28 |
|
29 | | - - [IP协议]() |
| 29 | + - [IP协议](计算机网络/IP协议.md) |
30 | 30 |
|
31 | | - - [TCP协议](https://github.com/xianyunyh/PHP-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/TCP%E5%8D%8F%E8%AE%AE.md) |
32 | | - - [UDP协议](https://github.com/xianyunyh/PHP-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/UDP%E5%8D%8F%E8%AE%AE.md) |
33 | | - - [HTTP协议](https://github.com/xianyunyh/PHP-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/HTTP%E5%8D%8F%E8%AE%AE.md) |
34 | | - - [HTTPS/HTTP2/HTTP](https://github.com/xianyunyh/PHP-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/HTTP2.md) |
| 31 | + - [TCP协议](计算机网络/TCP协议.md) |
| 32 | + - [UDP协议](计算机网络/UDP协议.md) |
| 33 | + - [HTTP协议](计算机网络/HTTP协议) |
| 34 | + - [HTTPS/HTTP2/HTTP](计算机网络/HTTP2.md) |
35 | 35 |
|
36 | | -- [版本控制器](https://github.com/xianyunyh/PHP-Interview/tree/master/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E5%99%A8) |
| 36 | +- [版本控制器](版本控制器/Git.md) |
37 | 37 |
|
38 | | - - [Git](https://github.com/xianyunyh/PHP-Interview/blob/master/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E5%99%A8/Git.md) |
| 38 | + - [Git](版本控制器/Git.md) |
39 | 39 | - [SVN]() |
40 | 40 |
|
41 | | -- [数据结构](https://github.com/xianyunyh/PHP-Interview/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84) |
42 | | - |
43 | | - - [数组]() |
44 | | - - [链表]() |
45 | | - - [单链表]() |
46 | | - - [双链表]() |
47 | | - - [队列]() |
48 | | - - [栈]() |
49 | | - - [堆]() |
50 | | - - [集合]() |
51 | | - - [树]() |
| 41 | +- [数据结构](数据结构/README.md) |
| 42 | + |
| 43 | + - [数组](数据结构/数组.md) |
| 44 | + - [链表](数据结构/链表.md) |
| 45 | + - [队列](数据结构/队列.md) |
| 46 | + - [栈](数据结构/栈.md) |
| 47 | + - [堆](数据结构/堆.md) |
| 48 | + - [集合](数据结构/集合.md) |
| 49 | + - [树](数据结构/树.md) |
52 | 50 | - [二叉树 ]() |
53 | 51 | - [二叉查找树]() |
54 | 52 | - [红黑树]() |
55 | 53 | - [B-Tree、B+Tree]() |
56 | 54 | - [图]() |
57 | 55 |
|
58 | | -- [算法](https://github.com/xianyunyh/PHP-Interview/tree/master/%E7%AE%97%E6%B3%95) |
| 56 | +- [算法](算法/README.md) |
59 | 57 |
|
60 | 58 | - [排序算法]() |
61 | 59 | - [冒泡排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/BubbleSort.php) |
|
79 | 77 | - 深度优先、广度优先 |
80 | 78 | - [编程之法:面试和算法心得](https://wizardforcel.gitbooks.io/the-art-of-programming-by-july/content/03.02.html) |
81 | 79 |
|
82 | | -- [消息队列](https://github.com/xianyunyh/PHP-Interview/tree/master/MQ) |
| 80 | +- [消息队列](MQ/README.md) |
83 | 81 |
|
84 | | - - [RabbitMQ](https://github.com/xianyunyh/PHP-Interview/blob/master/MQ/rabbitmq.md) |
| 82 | + - [RabbitMQ](MQ/rabbitmq.md) |
85 | 83 | - [ActiveMq]() |
86 | 84 | - [Nsq]() |
87 | 85 | - [kafka]() |
88 | 86 |
|
89 | 87 | - [缓存系统]() |
90 | 88 |
|
91 | | - - [Redis](https://github.com/xianyunyh/PHP-Interview/blob/master/Cache/Redis.md) |
| 89 | + - [Redis](Cache/Redis.md) |
92 | 90 | - [Memcache]() |
93 | 91 |
|
94 | | -- [PHP](https://github.com/xianyunyh/PHP-Interview/tree/master/PHP) |
| 92 | +- [PHP](PHP/README.md) |
95 | 93 |
|
96 | | - - [PHP7](https://github.com/xianyunyh/PHP-Interview/blob/master/PHP/php7.md) |
| 94 | + - [PHP7](PHP/php7.md) |
97 | 95 | - [面向对象OOP]() |
98 | 96 | - [Zval](https://github.com/xianyunyh/PHP-Interview/blob/master/PHP/PHP-Zval%E7%BB%93%E6%9E%84.md) |
99 | 97 | - [HashTable](https://github.com/xianyunyh/PHP-Interview/blob/master/PHP/PHP7-HashTable.md) |
100 | 98 | - [Swoole]() |
101 | 99 |
|
102 | | -- [设计模式](https://github.com/xianyunyh/PHP-Interview/tree/master/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F) |
103 | | - |
104 | | - - [工厂模式]() |
105 | | - - [单例模式]() |
106 | | - - [观察者模式]() |
107 | | - - [适配器模式]() |
108 | | - - [门面模式]() |
| 100 | +- [设计模式](设计模式/README.md) |
109 | 101 |
|
110 | | -- [面试](https://github.com/xianyunyh/PHP-Interview/tree/master/%E9%9D%A2%E8%AF%95) |
| 102 | +- [面试](面试/README.md) |
111 | 103 |
|
112 | 104 |
|
113 | 105 |
|
|
0 commit comments