Sorting Algorithm Guide

Demystifying Merge Sort

Upgrade Your Sorting Game!

Radian Krisno
Towards Data Science
2 min readFeb 27, 2021

--

Previously, I have written about Quick Sort. If you have not read about it, you can take a look and skim through it first. Merge Sort is another effective sorting algorithm technique that is available out there.

Picture by Max Panamá on Unsplash

--

--