Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selfboot/cs_offer
计算机学科基础知识和主流编程语言相关内容的总结
https://github.com/selfboot/cs_offer
c c-plus-plus data-structures database linux network offer python
Last synced: 4 days ago
JSON representation
计算机学科基础知识和主流编程语言相关内容的总结
- Host: GitHub
- URL: https://github.com/selfboot/cs_offer
- Owner: selfboot
- Created: 2016-03-25T06:06:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T01:23:39.000Z (over 1 year ago)
- Last Synced: 2025-01-18T00:02:24.463Z (4 days ago)
- Topics: c, c-plus-plus, data-structures, database, linux, network, offer, python
- Language: C++
- Homepage:
- Size: 5.02 MB
- Stars: 2,214
- Watchers: 144
- Forks: 611
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
这个仓库主要用来对计算机学科的基础理论知识和主流编程语言相关内容进行总结,每个目录对应一个大的方向。
腾讯内推可以发简历到 [email protected] ,邮件标题:**学校+手机号+岗位**。我会对合适的简历,内推到相应部门,并及时反馈面试进度与结果。关于TX 面试的一些疑问,也可以发邮件到邮箱咨询。
我的[个人博客](https://selfboot.cn/) ,会有一些技术思考和实践,希望能有帮助。
# 主要内容
主要包含的计算机基础有以下几个大方向:
* [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)