Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitBook: [#2] No subject #1216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 2 additions & 142 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,142 +1,2 @@
<div align="center">
<a href="https://www.cyc2018.xyz"> <img src="https://badgen.net/badge/CyC/%E5%9C%A8%E7%BA%BF%E9%98%85%E8%AF%BB?icon=sourcegraph&color=4ab8a1"></a>
<a href="https://gitstar-ranking.com/repositories"> <img src="https://badgen.net/badge/Rank/13?icon=github&color=4ab8a1"></a>
<a href="https://github.com/CyC2018/CS-Notes"> <img src="https://badgen.net/github/stars/CyC2018/CS-Notes?icon=github&color=4ab8a1"></a>
<a href="https://github.com/CyC2018/CS-Notes"> <img src="https://badgen.net/github/forks/CyC2018/CS-Notes?icon=github&color=4ab8a1"></a>
<!-- <a href="assets/download.md"> <img src="https://badgen.net/badge/OvO/%E7%A6%BB%E7%BA%BF%E4%B8%8B%E8%BD%BD?icon=telegram&color=4ab8a1"></a> -->
<!-- <a href="assets/download.md"> <img src="https://badgen.net/badge/%e5%85%ac%e4%bc%97%e5%8f%b7/CyC2018?icon=rss&color=4ab8a1"></a> -->
</div>
<br>

| 算法&nbsp; | 操作系统 | 网络&nbsp;|面向对象| &nbsp;数据库&nbsp;&nbsp;|&nbsp;Java&nbsp;&nbsp;|系统设计| &nbsp;&nbsp;工具&nbsp;&nbsp; |编码实践| &nbsp;&nbsp;后记&nbsp;&nbsp; |
| :---: | :----: | :---: | :----: | :----: | :----: | :----: | :----: | :----: | :----: |
| [:pencil2:](#pencil2-算法) | [:computer:](#computer-操作系统) | [:cloud:](#cloud-网络) | [:art:](#art-面向对象) | [:floppy_disk:](#floppy_disk-数据库) |[:coffee:](#coffee-java)| [:bulb:](#bulb-系统设计) |[:wrench:](#wrench-工具)| [:watermelon:](#watermelon-编码实践) |[:memo:](#memo-后记)|

<br>

<div align="center">
<img src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/githubio/LogoMakr_0zpEzN.png" width="200px">
</div>

<br>

## :pencil2: 算法

- [剑指 Offer 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/剑指%20Offer%20题解%20-%20目录.md)
- [Leetcode 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/Leetcode%20题解%20-%20目录.md)
- [算法](https://github.com/CyC2018/CS-Notes/blob/master/notes/算法%20-%20目录.md)
- [字节跳动内推](assets/内推.md)

## :computer: 操作系统

- [计算机操作系统](https://github.com/CyC2018/CS-Notes/blob/master/notes/计算机操作系统%20-%20目录.md)
- [Linux](https://github.com/CyC2018/CS-Notes/blob/master/notes/Linux.md)

## :cloud: 网络

- [计算机网络](https://github.com/CyC2018/CS-Notes/blob/master/notes/计算机网络%20-%20目录.md)
- [HTTP](https://github.com/CyC2018/CS-Notes/blob/master/notes/HTTP.md)
- [Socket](https://github.com/CyC2018/CS-Notes/blob/master/notes/Socket.md)

## :floppy_disk: 数据库

- [数据库系统原理](https://github.com/CyC2018/CS-Notes/blob/master/notes/数据库系统原理.md)
- [SQL 语法](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL%20语法.md)
- [SQL 练习](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL%20练习.md)
- [MySQL](https://github.com/CyC2018/CS-Notes/blob/master/notes/MySQL.md)
- [Redis](https://github.com/CyC2018/CS-Notes/blob/master/notes/Redis.md)

## :coffee: Java

- [Java 基础](https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20基础.md)
- [Java 容器](https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20容器.md)
- [Java 并发](https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20并发.md)
- [Java 虚拟机](https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20虚拟机.md)
- [Java I/O](https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20IO.md)

## :bulb: 系统设计

- [系统设计基础](https://github.com/CyC2018/CS-Notes/blob/master/notes/系统设计基础.md)
- [分布式](https://github.com/CyC2018/CS-Notes/blob/master/notes/分布式.md)
- [集群](https://github.com/CyC2018/CS-Notes/blob/master/notes/集群.md)
- [攻击技术](https://github.com/CyC2018/CS-Notes/blob/master/notes/攻击技术.md)
- [缓存](https://github.com/CyC2018/CS-Notes/blob/master/notes/缓存.md)
- [消息队列](https://github.com/CyC2018/CS-Notes/blob/master/notes/消息队列.md)

## :art: 面向对象

- [面向对象思想](https://github.com/CyC2018/CS-Notes/blob/master/notes/面向对象思想.md)
- [设计模式](https://github.com/CyC2018/CS-Notes/blob/master/notes/设计模式%20-%20目录.md)

## :wrench: 工具

- [Git](https://github.com/CyC2018/CS-Notes/blob/master/notes/Git.md)
- [Docker](https://github.com/CyC2018/CS-Notes/blob/master/notes/Docker.md)
- [构建工具](https://github.com/CyC2018/CS-Notes/blob/master/notes/构建工具.md)
- [正则表达式](https://github.com/CyC2018/CS-Notes/blob/master/notes/正则表达式.md)

## :watermelon: 编码实践

- [代码可读性](https://github.com/CyC2018/CS-Notes/blob/master/notes/代码可读性.md)
- [代码风格规范](https://github.com/CyC2018/CS-Notes/blob/master/notes/代码风格规范.md)

## :memo: 后记

### 排版

笔记内容按照 [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-CN.md) 进行排版,以保证内容的可读性。

不使用 `![]()` 这种方式来引用图片,而是用 `<img>` 标签。一方面是为了能够控制图片以合适的大小显示,另一方面是因为 [GFM](https://github.github.com/gfm/) 不支持 `<center> ![]() </center>` 这种方法让图片居中显示,只能使用 `<div align="center"> <img src=""/> </div>` 达到居中的效果。

在线排版工具:[Text-Typesetting](https://github.com/CyC2018/Text-Typesetting)。

### License

本仓库的内容不是将网上的资料随意拼凑而来,除了少部分引用书上和技术文档的原文(这部分内容都在末尾的参考链接中加了出处),其余都是我的原创。在您引用本仓库内容或者对内容进行修改演绎时,请署名并以相同方式共享,谢谢。

转载文章请在开头明显处标明该页面地址,公众号等其它转载请联系 [email protected]

Logo:[logomakr](https://logomakr.com/)

<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>

### 致谢

感谢以下人员对本仓库做出的贡献,当然不仅仅只有这些贡献者,这里就不一一列举了。如果你希望被添加到这个名单中,并且提交过 Issue 或者 PR,请与我联系。

<a href="https://github.com/linw7">
<img src="https://avatars3.githubusercontent.com/u/21679154?s=400&v=4" width="50px">
</a>
<a href="https://github.com/g10guang">
<img src="https://avatars1.githubusercontent.com/u/18458140?s=400&v=4" width="50px">
</a>
<a href="https://github.com/Sctwang">
<img src="https://avatars3.githubusercontent.com/u/33345444?s=400&v=4" width="50px">
</a>
<a href="https://github.com/ResolveWang">
<img src="https://avatars1.githubusercontent.com/u/8018776?s=400&v=4" width="50px">
</a>
<a href="https://github.com/crossoverJie">
<img src="https://avatars1.githubusercontent.com/u/15684156?s=400&v=4" width="50px">
</a>
<a href="https://github.com/jy03078584">
<img src="https://avatars2.githubusercontent.com/u/7719370?s=400&v=4" width="50px">
</a>
<a href="https://github.com/kwongtailau">
<img src="https://avatars0.githubusercontent.com/u/22954582?s=400&v=4" width="50px">
</a>
<a href="https://github.com/xiangflight">
<img src="https://avatars2.githubusercontent.com/u/10072416?s=400&v=4" width="50px">
</a>
<a href="https://github.com/mafulong">
<img src="https://avatars1.githubusercontent.com/u/24795000?s=400&v=4" width="50px">
</a>
<a href="https://github.com/yanglbme">
<img src="https://avatars1.githubusercontent.com/u/21008209?s=400&v=4" width="50px">
</a>
<a href="https://github.com/OOCZC">
<img src="https://avatars1.githubusercontent.com/u/11623828?s=400&v=4" width="50px">
</a>
<a href="https://github.com/5renyuebing">
<img src="https://avatars1.githubusercontent.com/u/32872430?s=400&v=4" width="50px">
</a>
# README

179 changes: 179 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
# Table of contents

* [README](README.md)
* [notes](notes/README.md)
* [10.1 斐波那契数列](<notes/10.1 斐波那契数列.md>)
* [10.2 矩形覆盖](<notes/10.2 矩形覆盖.md>)
* [10.3 跳台阶](<notes/10.3 跳台阶.md>)
* [10.4 变态跳台阶](<notes/10.4 变态跳台阶.md>)
* [11. 旋转数组的最小数字](<notes/11. 旋转数组的最小数字.md>)
* [12. 矩阵中的路径](<notes/12. 矩阵中的路径.md>)
* [13. 机器人的运动范围](<notes/13. 机器人的运动范围.md>)
* [14. 剪绳子](<notes/14. 剪绳子.md>)
* [15. 二进制中 1 的个数](<notes/15. 二进制中 1 的个数.md>)
* [16. 数值的整数次方](<notes/16. 数值的整数次方.md>)
* [17. 打印从 1 到最大的 n 位数](<notes/17. 打印从 1 到最大的 n 位数.md>)
* [18.1 在 O(1) 时间内删除链表节点](<notes/18.1 在 O(1) 时间内删除链表节点.md>)
* [18.2 删除链表中重复的结点](<notes/18.2 删除链表中重复的结点.md>)
* [19. 正则表达式匹配](<notes/19. 正则表达式匹配.md>)
* [20. 表示数值的字符串](<notes/20. 表示数值的字符串.md>)
* [21. 调整数组顺序使奇数位于偶数前面](<notes/21. 调整数组顺序使奇数位于偶数前面.md>)
* [22. 链表中倒数第 K 个结点](<notes/22. 链表中倒数第 K 个结点.md>)
* [23. 链表中环的入口结点](<notes/23. 链表中环的入口结点.md>)
* [24. 反转链表](<notes/24. 反转链表.md>)
* [25. 合并两个排序的链表](<notes/25. 合并两个排序的链表.md>)
* [26. 树的子结构](<notes/26. 树的子结构.md>)
* [27. 二叉树的镜像](<notes/27. 二叉树的镜像.md>)
* [28. 对称的二叉树](<notes/28. 对称的二叉树.md>)
* [29. 顺时针打印矩阵](<notes/29. 顺时针打印矩阵.md>)
* [3. 数组中重复的数字](<notes/3. 数组中重复的数字.md>)
* [30. 包含 min 函数的栈](<notes/30. 包含 min 函数的栈.md>)
* [31. 栈的压入、弹出序列](<notes/31. 栈的压入、弹出序列.md>)
* [32.1 从上往下打印二叉树](<notes/32.1 从上往下打印二叉树.md>)
* [32.2 把二叉树打印成多行](<notes/32.2 把二叉树打印成多行.md>)
* [32.3 按之字形顺序打印二叉树](<notes/32.3 按之字形顺序打印二叉树.md>)
* [33. 二叉搜索树的后序遍历序列](<notes/33. 二叉搜索树的后序遍历序列.md>)
* [34. 二叉树中和为某一值的路径](<notes/34. 二叉树中和为某一值的路径.md>)
* [35. 复杂链表的复制](<notes/35. 复杂链表的复制.md>)
* [36. 二叉搜索树与双向链表](<notes/36. 二叉搜索树与双向链表.md>)
* [37. 序列化二叉树](<notes/37. 序列化二叉树.md>)
* [38. 字符串的排列](<notes/38. 字符串的排列.md>)
* [39. 数组中出现次数超过一半的数字](<notes/39. 数组中出现次数超过一半的数字.md>)
* [4. 二维数组中的查找](<notes/4. 二维数组中的查找.md>)
* [40. 最小的 K 个数](<notes/40. 最小的 K 个数.md>)
* [41.1 数据流中的中位数](<notes/41.1 数据流中的中位数.md>)
* [41.2 字符流中第一个不重复的字符](<notes/41.2 字符流中第一个不重复的字符.md>)
* [42. 连续子数组的最大和](<notes/42. 连续子数组的最大和.md>)
* [43. 从 1 到 n 整数中 1 出现的次数](<notes/43. 从 1 到 n 整数中 1 出现的次数.md>)
* [44. 数字序列中的某一位数字](<notes/44. 数字序列中的某一位数字.md>)
* [45. 把数组排成最小的数](<notes/45. 把数组排成最小的数.md>)
* [46. 把数字翻译成字符串](<notes/46. 把数字翻译成字符串.md>)
* [47. 礼物的最大价值](<notes/47. 礼物的最大价值.md>)
* [48. 最长不含重复字符的子字符串](<notes/48. 最长不含重复字符的子字符串.md>)
* [49. 丑数](<notes/49. 丑数.md>)
* [5. 替换空格](<notes/5. 替换空格.md>)
* [50. 第一个只出现一次的字符位置](<notes/50. 第一个只出现一次的字符位置.md>)
* [51. 数组中的逆序对](<notes/51. 数组中的逆序对.md>)
* [52. 两个链表的第一个公共结点](<notes/52. 两个链表的第一个公共结点.md>)
* [53. 数字在排序数组中出现的次数](<notes/53. 数字在排序数组中出现的次数.md>)
* [54. 二叉查找树的第 K 个结点](<notes/54. 二叉查找树的第 K 个结点.md>)
* [55.1 二叉树的深度](<notes/55.1 二叉树的深度.md>)
* [55.2 平衡二叉树](<notes/55.2 平衡二叉树.md>)
* [56. 数组中只出现一次的数字](<notes/56. 数组中只出现一次的数字.md>)
* [57.1 和为 S 的两个数字](<notes/57.1 和为 S 的两个数字.md>)
* [57.2 和为 S 的连续正数序列](<notes/57.2 和为 S 的连续正数序列.md>)
* [58.1 翻转单词顺序列](<notes/58.1 翻转单词顺序列.md>)
* [58.2 左旋转字符串](<notes/58.2 左旋转字符串.md>)
* [59. 滑动窗口的最大值](<notes/59. 滑动窗口的最大值.md>)
* [6. 从尾到头打印链表](<notes/6. 从尾到头打印链表.md>)
* [60. n 个骰子的点数](<notes/60. n 个骰子的点数.md>)
* [61. 扑克牌顺子](<notes/61. 扑克牌顺子.md>)
* [62. 圆圈中最后剩下的数](<notes/62. 圆圈中最后剩下的数.md>)
* [63. 股票的最大利润](<notes/63. 股票的最大利润.md>)
* [64. 求 1+2+3+...+n](<notes/64. 求 1+2+3+...+n.md>)
* [65. 不用加减乘除做加法](<notes/65. 不用加减乘除做加法.md>)
* [66. 构建乘积数组](<notes/66. 构建乘积数组.md>)
* [67. 把字符串转换成整数](<notes/67. 把字符串转换成整数.md>)
* [68. 树中两个节点的最低公共祖先](<notes/68. 树中两个节点的最低公共祖先.md>)
* [7. 重建二叉树](<notes/7. 重建二叉树.md>)
* [8. 二叉树的下一个结点](<notes/8. 二叉树的下一个结点.md>)
* [9. 用两个栈实现队列](<notes/9. 用两个栈实现队列.md>)
* [Docker](notes/Docker.md)
* [Git](notes/Git.md)
* [HTTP](notes/HTTP.md)
* [Java IO](<notes/Java IO.md>)
* [Java 基础](<notes/Java 基础.md>)
* [Java 容器](<notes/Java 容器.md>)
* [Java 并发](<notes/Java 并发.md>)
* [Java 虚拟机](<notes/Java 虚拟机.md>)
* [Leetcode 题解 - 二分查找](<notes/Leetcode 题解 - 二分查找.md>)
* [Leetcode 题解 - 位运算](<notes/Leetcode 题解 - 位运算.md>)
* [Leetcode 题解 - 分治](<notes/Leetcode 题解 - 分治.md>)
* [Leetcode 题解 - 动态规划](<notes/Leetcode 题解 - 动态规划.md>)
* [Leetcode 题解 - 双指针](<notes/Leetcode 题解 - 双指针.md>)
* [Leetcode 题解 - 哈希表](<notes/Leetcode 题解 - 哈希表.md>)
* [Leetcode 题解 - 图](<notes/Leetcode 题解 - 图.md>)
* [Leetcode 题解 - 字符串](<notes/Leetcode 题解 - 字符串.md>)
* [Leetcode 题解 - 排序](<notes/Leetcode 题解 - 排序.md>)
* [Leetcode 题解 - 搜索](<notes/Leetcode 题解 - 搜索.md>)
* [Leetcode 题解 - 数学](<notes/Leetcode 题解 - 数学.md>)
* [Leetcode 题解 - 数组与矩阵](<notes/Leetcode 题解 - 数组与矩阵.md>)
* [Leetcode 题解 - 栈和队列](<notes/Leetcode 题解 - 栈和队列.md>)
* [Leetcode 题解 - 树](<notes/Leetcode 题解 - 树.md>)
* [Leetcode 题解](<notes/Leetcode 题解 - 目录.md>)
* [Leetcode 题解 - 贪心思想](<notes/Leetcode 题解 - 贪心思想.md>)
* [Leetcode 题解 - 链表](<notes/Leetcode 题解 - 链表.md>)
* [Leetcode 题解](<notes/Leetcode 题解.md>)
* [Linux](notes/Linux.md)
* [MySQL](notes/MySQL.md)
* [Redis](notes/Redis.md)
* [SQL 练习](<notes/SQL 练习.md>)
* [SQL 语法](<notes/SQL 语法.md>)
* [SQL](notes/SQL.md)
* [Socket](notes/Socket.md)
* [代码可读性](notes/代码可读性.md)
* [代码风格规范](notes/代码风格规范.md)
* [分布式](notes/分布式.md)
* [剑指 Offer 题解](<notes/剑指 Offer 题解 - 目录.md>)
* [剑指 offer 题解](<notes/剑指 offer 题解.md>)
* [攻击技术](notes/攻击技术.md)
* [数据库系统原理](notes/数据库系统原理.md)
* [构建工具](notes/构建工具.md)
* [正则表达式](notes/正则表达式.md)
* [消息队列](notes/消息队列.md)
* [算法 - 其它](<notes/算法 - 其它.md>)
* [算法 - 并查集](<notes/算法 - 并查集.md>)
* [算法 - 排序](<notes/算法 - 排序.md>)
* [算法 - 栈和队列](<notes/算法 - 栈和队列.md>)
* [算法目录](<notes/算法 - 目录.md>)
* [算法 - 符号表](<notes/算法 - 符号表.md>)
* [算法 - 算法分析](<notes/算法 - 算法分析.md>)
* [算法](notes/算法.md)
* [系统设计基础](notes/系统设计基础.md)
* [缓存](notes/缓存.md)
* [计算机操作系统 - 内存管理](<notes/计算机操作系统 - 内存管理.md>)
* [计算机操作系统 - 概述](<notes/计算机操作系统 - 概述.md>)
* [计算机操作系统 - 死锁](<notes/计算机操作系统 - 死锁.md>)
* [计算机操作系统](<notes/计算机操作系统 - 目录.md>)
* [计算机操作系统 - 设备管理](<notes/计算机操作系统 - 设备管理.md>)
* [计算机操作系统 - 进程管理](<notes/计算机操作系统 - 进程管理.md>)
* [计算机操作系统 - 链接](<notes/计算机操作系统 - 链接.md>)
* [计算机操作系统](notes/计算机操作系统.md)
* [计算机网络 - 传输层](<notes/计算机网络 - 传输层.md>)
* [计算机网络 - 应用层](<notes/计算机网络 - 应用层.md>)
* [计算机网络 - 概述](<notes/计算机网络 - 概述.md>)
* [计算机网络 - 物理层](<notes/计算机网络 - 物理层.md>)
* [计算机网络](<notes/计算机网络 - 目录.md>)
* [计算机网络 - 网络层](<notes/计算机网络 - 网络层.md>)
* [计算机网络 - 链路层](<notes/计算机网络 - 链路层.md>)
* [计算机网络](notes/计算机网络.md)
* [单例(Singleton)](<notes/设计模式 - 单例.md>)
* [5. 中介者(Mediator)](<notes/设计模式 - 中介者.md>)
* [享元(Flyweight)](<notes/设计模式 - 享元.md>)
* [代理(Proxy)](<notes/设计模式 - 代理.md>)
* [6. 原型模式(Prototype)](<notes/设计模式 - 原型模式.md>)
* [2. 命令(Command)](<notes/设计模式 - 命令.md>)
* [备忘录(Memento)](<notes/设计模式 - 备忘录.md>)
* [外观(Facade)](<notes/设计模式 - 外观.md>)
* [工厂方法(Factory Method)](<notes/设计模式 - 工厂方法.md>)
* [4. 抽象工厂(Abstract Factory)](<notes/设计模式 - 抽象工厂.md>)
* [桥接(Bridge)](<notes/设计模式 - 桥接.md>)
* [模板方法(Template Method)](<notes/设计模式 - 模板方法.md>)
* [8. 状态(State)](<notes/设计模式 - 状态.md>)
* [5. 生成器(Builder)](<notes/设计模式 - 生成器.md>)
* [设计模式目录](<notes/设计模式 - 目录.md>)
* [设计模式 - 目录1](<notes/设计模式 - 目录1.md>)
* [空对象(Null)](<notes/设计模式 - 空对象.md>)
* [9. 策略(Strategy)](<notes/设计模式 - 策略.md>)
* [简单工厂(Simple Factory)](<notes/设计模式 - 简单工厂.md>)
* [组合(Composite)](<notes/设计模式 - 组合.md>)
* [装饰(Decorator)](<notes/设计模式 - 装饰.md>)
* [7. 观察者(Observer)](<notes/设计模式 - 观察者.md>)
* [解释器(Interpreter)](<notes/设计模式 - 解释器.md>)
* [访问者(Visitor)](<notes/设计模式 - 访问者.md>)
* [责任链(Chain Of Responsibility)](<notes/设计模式 - 责任链.md>)
* [迭代器(Iterator)](<notes/设计模式 - 迭代器.md>)
* [1. 适配器(Adapter)](<notes/设计模式 - 适配器.md>)
* [设计模式](notes/设计模式.md)
* [集群](notes/集群.md)
* [面向对象思想](notes/面向对象思想.md)
Loading