algorithm-playground icon indicating copy to clipboard operation
algorithm-playground copied to clipboard

A live-editing visual comparison of a number of different JavaScript sorting algorithms

algorithm-playground

Travis code style: prettier

A playground to experiment with different sorting algorithms and see a preview of that algorithm applied to a visulization of sorting colors

Algorithm Playground

Algorithms

  • 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

Credits

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