02 - Sorting Contents 02.01 - Merge Sort Efficient comparison-based sorting algorithm based on divide and conquer. O(n log n)