Merge Sort Algorithm

Decided to try and implement a few sorting algorithms to challenge myself.

When I managed to do the Merge Sort algorithm I had one of those “OMG I CAN’T BELIEVE I DID IT” moments hence I’m sharing it with you all because i’m so gassed :joy:

Here’s an animated visualisation of it:
https://twitter.com/ConfidentCoding/status/911703915988692997

5 Likes

I implemented merge sort a while back in my framework. It’s proven to be super useful

1 Like