Navigation modified

This commit is contained in:
Tony Zhang
2021-12-23 21:57:43 +08:00
parent e607ce90e9
commit 74f0c2bc6d
2 changed files with 7 additions and 1 deletions

View File

@@ -19,7 +19,9 @@ nav:
- 数学基础:
- 'MIT18.01/18.02: Calculus': '数学基础/MITmaths.md'
- 'MIT18.06: Linear Algebra': '数学基础/MITLA.md'
- 'MIT 6.042J: Mathematics for Computer Science': '数学基础/6.042J.md'
- 'MIT6.050J: Information theory and Entropy': '数学基础/information.md'
- 'The Information Theory, Patter Recognition, and Neural Networks':'数学基础/The Information Theory, Pattern Recognition, and Neural Networks.md'
- 数学进阶:
- 'UCB CS70: discrete Math and probability theory': '数学进阶/CS70.md'
- 'UCB CS126: probability theory': '数学进阶/CS126.md'
@@ -32,9 +34,11 @@ nav:
- 'Stanford CS106L: Standard C++ Programming': '编程入门/CS106L.md'
- 'Stanford CS110L: Safety in Systems Programming': '编程入门/CS110L.md'
- 电子基础:
- 'MIT 6.007 Signals and Systems': '电子基础/Signals and Systems_AVO.md'
- 'EE16A&B: Designing Information Devices and Systems I&II': '电子基础/EE16.md'
- 'UCB EE120 : Signal and Systems': '电子基础/signal.md'
- 数据结构与算法:
- 'CS106B/X':'数据结构与算法/CS106B_CS106X.md'
- 'UCB CS61B: Data Structures and Algorithms': '数据结构与算法/CS61B.md'
- 'Coursera: Algorithms I & II': '数据结构与算法/Algo.md'
- 'UCB CS170: Efficient Algorithms and Intractable Problems': '数据结构与算法/CS170.md'