A playground to experiment with different sorting algorithms and see a preview of that algorithm applied to a visulization of sorting colors
- Bitonic Merge Sort
- Bogo Sort
- Bubble Sort
- Bucket Sort
- Cocktail Sort
- Comb Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Radix Sort
- Selection Sort
- Shell Sort
Without the work of these excellent folks, the algorithms you see visualized would have been written by me (but probably not as well). I sincerely thank them for their work!
Additionally, I'd like to credit the work of reddit user morolin for the initial inspiration