Lecture
Mediaspace scheduled maintenance: Aug 25, 2026 07:00 - 12:00 AM. During this time, videos will be temporarily unavailable. Check status updates.
This lecture introduces the merge sort algorithm as a method to sort a list of integers in ascending order, explaining its execution diagram with log(n) levels and (n) operations at each level. The concept of fusion, or 'zipper', is also presented as a way to merge two ordered lists efficiently.