1. 9
    Merge sort algorithm using TypeScript
    5m 39s

Merge sort algorithm using TypeScript

Share this video with your friends

Send Tweet

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.

~ 7 years ago
~ 7 years ago

Figured it out.