中文 · English · Español · Bahasa Indonesia · Français
Sorting visualizer that demonstrates the functionality of common sorting algorithms visually, through colors, sounds, and timings.
https://jasperyeo.github.io/sorting-visualizer/
- Left Pivot Quick Sort
- Middle Pivot Quick Sort
- Median Pivot Quick Sort
- Merge Sort
- Tim Sort
- Selection Sort
- Double Selection Sort
- Heap Sort
- Cycle Sort
- Insertion Sort
- Shell Sort
- Frank & Lazarus Shell Sort
- Hibbard Shell Sort
- Papernov & Stasevich Shell Sort
- Tokuda Shell Sort
- Ciura Shell Sort
- Tree Sort
- Bubble Sort
- Gnome Sort
- Cocktail Shaker Sort
- Bounded Cocktail Shaker Sort
- Exchange Sort
- Odd-Even Sort
- Comb Sort
- Pigeonhole Sort
- Uniform Keys Bucket Sort
- Integer Keys Bucket Sort
- Counting Sort
- Least Significant Digit (LSD) Radix Sort
- Most Significant Digit (MSD) Radix Sort
- Bead Sort
- Pancake Sort
- Bitonic Sort
- Stooge Sort
- Slow Sort
- Bogo Sort
- JavaScript Sort
Bar, Point, Line, Number
Balloon, Bamboo
This project was generated with Angular CLI version 12.2.10.
Uses Wikipedia Summary API for fetching sorting algorithms summaries and the links to the articles.
Released under GNU AGPLv3 by @JasperYeo.