Posts tagged merge sort
Merge Sort: How To Understand an Algorithm by Creating Music

Learning an algorithm can sometimes feel like learning a magic recipe. We understand the concept behind it, but understanding exactly how each step is done can be very confusing.

Live coding allows me to dive deep into the study of an algorithm by having fun with it and challenging my understanding and creativity. […] So today, we’ll dive deep into understanding how merge sort operates by building a Ruby program that uses this algorithm to create music.

Read More