Files
cs-self-learning/mkdocs.yml
zhongyinmin 1d080fea9a add AI
2021-12-01 22:19:26 +08:00

37 lines
1.7 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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'
- 人工智能:
- 'CS50s Introduction to AI with Python': '人工智能/CS50.md'
- 'CS188: Introduction to Artificial Intelligence': '人工智能/CS188.md'