# CS_Offer **Repository Path**: hanbert/CS_Offer ## Basic Information - **Project Name**: CS_Offer - **Description**: 计算机学科基础知识和主流编程语言相关内容的总结 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这个仓库主要用来对计算机学科的基础理论知识和主流编程语言相关内容进行总结,每个目录对应一个大的方向。 # 主要内容 主要包含的计算机基础有以下几个大方向: * [DataBase](DataBase/) * [DataStructure](DataStructure/) * [Linux_OS](Linux_OS/) * [Network](Network/) * [Algorithm](Algorithm/) * [Math](Math/) 编程语言目前有: * [Python](Python/) * [C++](C++/) 此外,还有几个目录: * [Coding](Coding/):一些 C++ 的代码 * [OnlineJudge](OnlineJudge/):一些 OJ 的解题代码 * [Offer](Offer/):主要分享一些和找工作相关的内容 * [Others](Others/):一些无法归类,但是可能有用的东西 最后,[Questions](Questions.md) 文件列出了一些重要的知识点,可以用来自检,看看自己有没有遗漏一些重要知识点。 # 如何贡献 大家可以在Issue 里列出一些感兴趣的问题,或者去认领 Issue,提交 Pull Request. 主要贡献者列表: * [@chenyuze](https://github.com/chenyuze) * [@eligao](https://github.com/eligao)