# CyC2018_CS-Notes **Repository Path**: linminghuo/CyC2018_CS-Notes ## Basic Information - **Project Name**: CyC2018_CS-Notes - **Description**: 📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.cyc2018.xyz - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 38 - **Created**: 2022-04-26 - **Last Updated**: 2023-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README | 算法  | 操作系统 | 网络 |面向对象|  数据库  | Java  |系统设计|   工具   |编码实践|   后记   | | :---: | :----: | :---: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | | [:pencil2:](#pencil2-算法) | [:computer:](#computer-操作系统) | [:cloud:](#cloud-网络) | [:art:](#art-面向对象) | [:floppy_disk:](#floppy_disk-数据库) |[:coffee:](#coffee-java)| [:bulb:](#bulb-系统设计) |[:wrench:](#wrench-工具)| [:watermelon:](#watermelon-编码实践) |[:memo:](#memo-后记)|
## :pencil2: 算法 - [剑指 Offer 题解](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/剑指%20Offer%20题解%20-%20目录.md) - [Leetcode 题解](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/Leetcode%20题解%20-%20目录.md) - [算法](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/算法%20-%20目录.md) ## :computer: 操作系统 - [计算机操作系统](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/计算机操作系统%20-%20目录.md) - [Linux](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/Linux.md) ## :cloud: 网络 - [计算机网络](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/计算机网络%20-%20目录.md) - [HTTP](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/HTTP.md) - [Socket](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/Socket.md) ## :coffee: Java - [Java 基础](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/Java%20基础.md) - [Java 容器](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/Java%20容器.md) - [Java 并发](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/Java%20并发.md) - [Java 虚拟机](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/Java%20虚拟机.md) - [Java I/O](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/Java%20IO.md) ## :art: 面向对象 - [面向对象思想](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/面向对象思想.md) - [设计模式](https://gitee.com/linminghuo/CyC2018_CS-Notes/blob/master/notes/设计模式%20-%20目录.md)