Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenhg5/cs-interview
计算机后端岗位面试知识总结
https://github.com/chenhg5/cs-interview
Last synced: about 1 month ago
JSON representation
计算机后端岗位面试知识总结
- Host: GitHub
- URL: https://github.com/chenhg5/cs-interview
- Owner: chenhg5
- Created: 2020-03-24T07:53:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T05:24:56.000Z (over 4 years ago)
- Last Synced: 2024-10-02T09:07:00.513Z (about 2 months ago)
- Language: Go
- Size: 65.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/README.md
Awesome Lists containing this project
README
# 计算机知识汇总
汇总一些计算机相关知识题目的思路和思考,以及面试题分析等等。
- [计算机组成原理](https://github.com/chenhg5/CS-Interview/blob/master/co)
- [操作系统](https://github.com/chenhg5/CS-Interview/tree/master/os)
- [汇编语言](https://github.com/chenhg5/CS-Interview/tree/master/asm)
- [计算机网络](https://github.com/chenhg5/CS-Interview/tree/master/network)
- [数据结构](https://github.com/chenhg5/CS-Interview/tree/master/dsa)
- [数据库](https://github.com/chenhg5/CS-Interview/tree/master/database)
- [算法](https://github.com/chenhg5/CS-Interview/tree/master/dsa)
- [Golang](https://github.com/chenhg5/CS-Interview/tree/master/golang)