|
1 | 1 | | Ⅰ | Ⅱ | Ⅲ | Ⅳ | Ⅴ | Ⅵ | Ⅶ | Ⅷ | Ⅸ | Ⅹ | |
2 | 2 | | :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | :-------:| :------:| |
3 | | -| 算法[:pencil2:](#算法-pencil2) | 操作系统[:computer:](#操作系统-computer)|网络[:cloud:](#网络-cloud) | 面向对象[:couple:](#面向对象-couple) |数据库[:floppy_disk:](#数据库-floppy_disk)| Java [:coffee:](#java-coffee)| 系统设计[:bulb:](#系统设计-bulb)| 工具[:hammer:](#工具-hammer)| 编码实践[:speak_no_evil:](#编码实践-speak_no_evil)| 后记[:memo:](#后记-memo) | |
| 3 | +| 算法[:pencil2:](#pencil2-算法) | 操作系统[:computer:](#computer-操作系统)|网络[:cloud:](#cloud-网络) | 面向对象[:couple:](#couple-面向对象) |数据库[:floppy_disk:](#floppy_disk-数据库)| Java [:coffee:](#coffee-java)| 系统设计[:bulb:](#bulb-系统设计)| 工具[:hammer:](#hammer-工具)| 编码实践[:speak_no_evil:](#speak_no_evil-编码实践)| 后记[:memo:](#memo-后记) | |
4 | 4 |
|
5 | 5 | <br> |
6 | 6 | <div align="center"> |
|
11 | 11 |
|
12 | 12 | <!-- [](https://gitter.im/CyC2018-Interview-Notebook/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) [](https://legacy.gitbook.com/book/cyc2018/interview-notebook/details) --> |
13 | 13 |
|
14 | | -## 算法 :pencil2: |
| 14 | +## :pencil2: 算法 |
15 | 15 |
|
16 | 16 | - [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md) |
17 | 17 |
|
|
20 | 20 | - [Leetcode 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20题解.md) |
21 | 21 |
|
22 | 22 | 对题目做了一个大致分类,并对每种题型的解题思路做了总结。 |
| 23 | + |
| 24 | + - [算法](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/算法.md) |
23 | 25 |
|
24 | | -- [算法](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/算法.md) |
| 26 | + 排序、并查集、栈和队列、红黑树、散列表。 |
25 | 27 |
|
26 | | - 排序、并查集、栈和队列、红黑树、散列表。 |
27 | | - |
28 | | -## 操作系统 :computer: |
| 28 | +## :computer: 操作系统 |
29 | 29 |
|
30 | 30 | - [计算机操作系统](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机操作系统.md) |
31 | 31 |
|
|
35 | 35 |
|
36 | 36 | 基本实现原理以及基本操作。 |
37 | 37 |
|
38 | | -## 网络 :cloud: |
| 38 | +## :cloud: 网络 |
39 | 39 |
|
40 | 40 | - [计算机网络](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机网络.md) |
41 | 41 |
|
|
49 | 49 |
|
50 | 50 | I/O 模型、I/O 多路复用。 |
51 | 51 |
|
52 | | -## 面向对象 :couple: |
| 52 | +## :couple: 面向对象 |
53 | 53 |
|
54 | 54 | - [设计模式](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/设计模式.md) |
55 | 55 |
|
|
59 | 59 |
|
60 | 60 | 三大原则(继承、封装、多态)、类图、设计原则。 |
61 | 61 |
|
62 | | -## 数据库 :floppy_disk: |
| 62 | +## :floppy_disk: 数据库 |
63 | 63 |
|
64 | 64 | - [数据库系统原理](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/数据库系统原理.md) |
65 | 65 |
|
|
81 | 81 |
|
82 | 82 | 五种数据类型、字典和跳跃表数据结构、使用场景、和 Memcache 的比较、淘汰策略、持久化、文件事件的 Reactor 模式、复制。 |
83 | 83 |
|
84 | | -## Java :coffee: |
| 84 | +## :coffee: Java |
85 | 85 |
|
86 | 86 | - [Java 基础](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20基础.md) |
87 | 87 |
|
|
103 | 103 |
|
104 | 104 | NIO 的原理以及实例。 |
105 | 105 |
|
106 | | -## 系统设计 :bulb: |
| 106 | +## :bulb: 系统设计 |
107 | 107 |
|
108 | 108 | - [系统设计基础](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/系统设计基础.md) |
109 | 109 |
|
|
129 | 129 |
|
130 | 130 | 消息处理模型、使用场景、可靠性 |
131 | 131 |
|
132 | | -## 工具 :hammer: |
| 132 | +## :hammer: 工具 |
133 | 133 |
|
134 | 134 | - [Git](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Git.md) |
135 | 135 |
|
|
147 | 147 |
|
148 | 148 | 构建工具的基本概念、主流构建工具介绍。 |
149 | 149 |
|
150 | | -## 编码实践 :speak_no_evil: |
| 150 | +## :speak_no_evil: 编码实践 |
151 | 151 |
|
152 | 152 | - [重构](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/重构.md) |
153 | 153 |
|
|
161 | 161 |
|
162 | 162 | Google 开源项目的代码风格规范。 |
163 | 163 |
|
164 | | -## 后记 :memo: |
| 164 | +## :memo: 后记 |
165 | 165 |
|
166 | 166 | ### About |
167 | 167 |
|
|
195 | 195 |
|
196 | 196 | 笔者将自己实现文档转换功能提取出来,方便大家在需要将本地 Markdown 上传到 Github,或者制作项目 README 文档时生成目录时使用:[GFM-Converter](https://github.com/CyC2018/GFM-Converter)。 |
197 | 197 |
|
198 | | -### License |
199 | | - |
200 | | -在对本作品进行演绎时,请署名并以相同方式共享。 |
201 | | - |
202 | | -<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> |
203 | | - |
204 | 198 | ### Statement |
205 | 199 |
|
206 | 200 | 本仓库不参与商业行为,不向读者收取任何费用。(This repository is not engaging in business activities, and does not charge readers any fee.) |
@@ -235,5 +229,9 @@ Power by [logomakr](https://logomakr.com/). |
235 | 229 | <img src="other/10072416.jpg" width="50px"> |
236 | 230 | </a> |
237 | 231 |
|
| 232 | +### License |
238 | 233 |
|
| 234 | +在对本作品进行演绎时,请署名并以相同方式共享。 |
| 235 | + |
| 236 | +<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> |
239 | 237 |
|
0 commit comments