^2.1.4
MergeSort is a famous example of a divide and conquer algorithm.
In this lesson we cover the merge sort algorithm, how it gets its name, and how to implement it using TypeScript / JavaScript.
Figured it out.