This small project aims to visualize a few different sorting algorithms and to refresh my knowledge and learn about new sorting algorithms I haven't used yet. It's also pretty satisfying to watch
Try it out here: timii.github.io/sorting-visualizer/
- Quick Sort
- Merge Sort
- Heap Sort
- Bubble Sort
- Selection Sort
- Insertion Sort
git clone https://github.com/timii/sorting-visualizer.git
cd sorting-visualizer
Open index.html in your web browser to launch the visualizer.
Explore, experiment, and learn about sorting algorithms!