Timsort in JavaScript (Running in the Browser!)

Hi everybody! In my latest article (and video), I talk about Timsort and how it works to be one of the fastest sorting algorithms:

Now, Timsort is a fairly complex sorting algorithm. Instead of rewriting it myself for the tutorial, I decided to take a popular node version and turn it into a JS version that runs in the browser.

This “Timsort in the browser” version can be seen here:

Hope you all find it helpful :slight_smile:

Cheers,
Kirupa