DEV Community

Cover image for Sorting Algorithms Visualization: QuickSort, MergeSort, HeapSort, BubbleSort, InsertionSort
Vladimir Nikitin
Vladimir Nikitin

Posted on

Sorting Algorithms Visualization: QuickSort, MergeSort, HeapSort, BubbleSort, InsertionSort

Hi everyone! πŸ‘‹πŸ»

I'd like to share my new project about visualization of sorting algorithms

Currently, there're five algorithms visualized: QuickSort, MergeSort, HeapSort, BubbleSort and InsertionSort

This project helped me to understand how different sorting algorithms work and I will be happy if it this would be helpful for anybody

GitHub: https://github.com/loonywizard/sorting-algos-visualizer

Live demo: https://loonywizard.github.io/sorting-algos-visualizer

Top comments (0)