mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 18:06:56 +08:00
Add MIT 6.006
This commit is contained in:
parent
80ee9d3f90
commit
a371eeca70
1 changed files with 20 additions and 0 deletions
20
docs/数据结构与算法/6.006.md
Normal file
20
docs/数据结构与算法/6.006.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# MIT 6.006: Introduction to Algorithms
|
||||
|
||||
## 课程简介
|
||||
|
||||
- 所属大学:MIT
|
||||
- 先修要求:计算机导论(CS50/CS61A or equivalent)
|
||||
- 编程语言:Python
|
||||
- 课程难度:🌟🌟🌟🌟🌟
|
||||
- 预计学时:100h+
|
||||
|
||||
MIT-EECS系的瑰宝。授课老师之一是算法届的奇才 Erik Demaine. 相比较于斯坦福的CS106B/X(C++描述的数据结构与算法),该课程更侧重于算法方面的详细讲解。课程也覆盖了一些经典的数据结构,如AVL树等。个人感觉在讲解方面比CS106B更加详细,也弥补了CS106B在算法方面讲解的不足。适合在CS106B入门之后巩固算法知识。
|
||||
|
||||
不过该课程也是出了名的难,大家需要做好一定的心理准备。
|
||||
|
||||
## 课程资源
|
||||
|
||||
- 课程网站:[Fall 2011](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/)
|
||||
- 课程视频:[Fall 2011](https://www.bilibili.com/video/BV1b7411e7ZP)
|
||||
- 课程教材:Introduction to Algorithms (CLRS)
|
||||
- 课程作业:[Fall 2011](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/pages/assignments/)
|
||||
Loading…
Reference in a new issue