Let’s Implement — Merge Sort in Ruby

Implementation and Visualization of Merge Sort in Ruby

Leonora Squires

--

Photo by Chris Ried on Unsplash

Time to divide and conquer!…then put back together again!

Alright, let’s jump right into it.

Merge Sort

Merge sort is a rather efficient sorting algorithm that, once you get the hang of, will definitely come in handy while on…

--

--