Наглядная визуализация некоторых алгоритмов сортировок

This particular audibilization is just one of many ways to generate sound from running sorting algorithms. Here on every comparison of two numbers (elements) I play (mix) sin waves with frequencies modulated by values of these numbers. There are quite a few parameters that may drastically change resulting sound - I just chose parameteres that imo felt best. After making this video I found that someone already tried to audibilize sorting algorithms: - he
Back to Top