前言
算法入门。
一、课程简述
计算问题的数学模型。
常见算法及例子,以及解决这些问题用到的数据结构。
二、课程资源
1,课程主页
网址:https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-spring-2020。
里面包含了:lecture video、recitation、problem session、problem set。
三、学习过程
Mit6.006-lecture01-Introduction notes
Mit6.006-lecture02-Data Structures
Mit6.006-lecture03-Sorting
Mit6.006-lecture04-Hashing
Mit6.006-lecture05-Linear-Sorting
Mit6.006-lecture06-BinaryTrees1
Mit6.006-lecture07-BinaryTrees2
Mit6.006-lecture08-BinaryHeaps
Mit6.006-lecture09-Breadth-First-Search
Mit6.006-problemSession01
Mit6.006-problemSession02
Mit6.006-problemSession03
Mit6.006-problemSession04
Mit6.006-problemSet00
Mit6.006-problemSet01
Mit6.006-problemSet02
Mit6.006-problemSet03