diff --git a/docs/数据结构与算法/6.006.en.md b/docs/数据结构与算法/6.006.en.md index f6b2b65d..a7a1fe00 100644 --- a/docs/数据结构与算法/6.006.en.md +++ b/docs/数据结构与算法/6.006.en.md @@ -12,8 +12,6 @@ Probably the most precious course from the EECS department of MIT. Taught by Eri Compared with CS106B/X (Data structures and algorithms using C++), 6.006 emphasizes the algorithms more. It also covers several classical data structures such as AVL trees. You may use it to learn more about algorithms after CS106B/X. -相比较于斯坦福的CS106B/X(C++描述的数据结构与算法),该课程更侧重于算法方面的详细讲解。课程也覆盖了一些经典的数据结构,如AVL树等。个人感觉在讲解方面比CS106B更加详细,也弥补了CS106B在算法方面讲解的不足。适合在CS106B入门之后巩固算法知识。 - ## Course Resources - Course Website: [Fall 2011](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/)