mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-02-03 18:45:18 +08:00
42 lines
1.9 KiB
YAML
42 lines
1.9 KiB
YAML
site_name: CS自学指南
|
||
theme:
|
||
name: material
|
||
repo_url: https://github.com/pkuflyingpig/pku-cs-self-learning/
|
||
nav:
|
||
- 前言: 'index.md'
|
||
- 一个仅供参考的CS学习规划: 'CS学习规划.md'
|
||
- 必学工具:
|
||
- 翻墙: '必学工具/翻墙.md'
|
||
- Vim: '必学工具/Vim.md'
|
||
- Git: '必学工具/Git.md'
|
||
- Github: '必学工具/Github.md'
|
||
- Makefile: '必学工具/Makefile.md'
|
||
- Latex: '必学工具/Latex.md'
|
||
- 编程入门:
|
||
- MIT-Missing-Semester: '编程入门/MIT-Missing-Semester.md'
|
||
- 'CS50: This is CS50x': '编程入门/CS50.md'
|
||
- 'CS61A: Structure and Interpretation of Computer Programs': '编程入门/CS61A.md'
|
||
- 'CS106L: Standard C++ Programming': '编程入门/CS106L.md'
|
||
- 'CS110L: Safety in Systems Programming': '编程入门/CS110L.md'
|
||
- 数据结构与算法:
|
||
- 'CS61B: Data Structures and Algorithms': '数据结构与算法/CS61B.md'
|
||
- 'Coursera: Algorithms I & II': '数据结构与算法/Algo.md'
|
||
- 'CS170: Efficient Algorithms and Intractable Problems': '数据结构与算法/CS170.md'
|
||
- 体系结构:
|
||
- 'Coursera: Nand2Tetris': '体系结构/N2T.md'
|
||
- 'CS61C: Great Ideas in Computer Architecture': '体系结构/CS61C.md'
|
||
- 'CMU CS15213: CSAPP': '体系结构/CSAPP.md'
|
||
- 操作系统:
|
||
- 'MIT 6.S081: Operating System Engineering': '操作系统/MIT6.S081.md'
|
||
- 'CS162: Operating System': '操作系统/CS162.md'
|
||
- 计算机网络:
|
||
- 'Computer Networking: A Top-Down Approach': '计算机网络/topdown.md'
|
||
- 'CS144: Computer Network': '计算机网络/CS144.md'
|
||
- 人工智能:
|
||
- 'CS50’s Introduction to AI with Python': '人工智能/CS50.md'
|
||
- 'CS188: Introduction to Artificial Intelligence': '人工智能/CS188.md'
|
||
- 机器学习:
|
||
- 'Coursera: Machine Learning': '机器学习/ML.md'
|
||
- 'CS229: Machine Learning': '机器学习/CS229.md'
|
||
- 'CS189: Introduction to Machine Learning': '机器学习/CS189.md'
|
||
|