Add comments for MIT6.006

This commit is contained in:
Jinming Hu
2021-06-20 21:00:24 +08:00
parent 8ab2612f02
commit 7350d2816d

View File

@@ -0,0 +1,36 @@
课号:[MIT 6.006 fall 2011](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/index.htm)
教授Erik Demaine & Srini Devadas
评论贡献者:[Jinming Hu](https://conanhujinming.github.io/)
- [X] Videos[Youtube](https://www.youtube.com/watch?v=HtSuA80QTyo&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb), [B站](https://search.bilibili.com/all?keyword=6.006&from_source=webtop_search&spm_id_from=333.851)
- [X] [Assignment x 7](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/assignments/)
- [X] [AutoGrader](https://pdos.csail.mit.edu/6.S081/2020/labs/guidance.html)
- [X] [Reading](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/readings/)即《Introduction to Algorithms》(算法导论)
## 课程信息
数据结构与算法导论。介绍了最基础最重要的数据结构与算法。这门学科的重要性毋庸置疑,无论是找工作还是实际工作中,重要性都是不可替代的。
## 适合人群
学了计算机导论课程之后就可以学这门课。
## 课程评价
教授的讲解非常清晰。教材就是大名鼎鼎的CLRS算法导论。非常好的是提供了作业、作业批改程序和**作业参考答案**我没见过几门课程提供这个的。课程难度和作业难度不低但也不算特别大认真学习投入时间的话应该没什么问题。视个人基础大概需要150到200小时左右的学习时间。
## 需要注意的坑点
这门课程也已经打磨多年了,感觉没什么特别的坑点
## 非官方资料推荐
- 暂无
## 后续课程推荐
- [MIT 6.046](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2015/):进阶的算法课程,教授还是这两位。