LucasPilla / Sorting-Algorithms-Visualizer

Program made with Python and Pygame module for visualizing sorting algorithms
MIT License
426 stars 165 forks source link

Exchange Sort Algorithm is added. #130

Closed kiyami closed 3 years ago

kiyami commented 3 years ago

Closes #129

GlacialBlaze commented 3 years ago

Thanks for introducing 'Exchange sort' to the visualizer.