Lecture 3: Insertion Sort, Merge Sort

Sorting is introduced, and motivated by problems that become easier once the inputs are sorted. The lecture covers insertion sort, then discusses merge sort and analyzes its running time using a recursion tree.

Lecture Notes

MIT6_006F11_lec03.pdf

Creative Commons License

Complete and Continue