[EDIT] move CS106B/X from data structure course into programming course

This commit is contained in:
zhongyinmin
2022-06-07 00:07:02 +08:00
parent e2f8c49f4c
commit 95c827d5e0
3 changed files with 5 additions and 5 deletions

View File

@@ -144,6 +144,7 @@ More contents under construction.
#### C++
- [Stanford CS106B/X: Programming Abstractions](编程入门/CS106B_CS106X.md)
- [Stanford CS106L: Standard C++ Programming](编程入门/CS106L.md)
#### Rust
@@ -174,7 +175,6 @@ More contents under construction.
#### 数据结构与算法
- [Stanford CS106B/X: Programming Abstractions](数据结构与算法/CS106B_CS106X.md)
- [UCB CS61B: Data Structures and Algorithms](数据结构与算法/CS61B.md)
- [Coursera: Algorithms I & II](数据结构与算法/Algo.md)

View File

@@ -62,9 +62,9 @@ theme:
plugins:
- search:
lang: ja
- git-revision-date-localized
- minify:
minify_html: true
# - git-revision-date-localized
# - minify:
# minify_html: true
extra:
social:
@@ -101,6 +101,7 @@ nav:
- "Harvard CS50: This is CS50x": "编程入门/CS50.md"
- "UCB CS61A: Structure and Interpretation of Computer Programs": "编程入门/CS61A.md"
- "Duke University: Introductory C Programming Specialization": "编程入门/Duke-Coursera-Intro-C.md"
- "Stanford CS106B/X": "编程入门/CS106B_CS106X.md"
- "Stanford CS106L: Standard C++ Programming": "编程入门/CS106L.md"
- "Stanford CS110L: Safety in Systems Programming": "编程入门/CS110L.md"
- 电子基础:
@@ -110,7 +111,6 @@ nav:
- 数据结构与算法:
- "UCB CS61B: Data Structures and Algorithms": "数据结构与算法/CS61B.md"
- "Coursera: Algorithms I & II": "数据结构与算法/Algo.md"
- "Stanford CS106B/X": "数据结构与算法/CS106B_CS106X.md"
- "UCB CS170: Efficient Algorithms and Intractable Problems": "数据结构与算法/CS170.md"
- 软件工程:
- "MIT 6.031: Software Construction": "软件工程/6031.md"