Sorting Visualizer. Watch sorting algorithms in action with step-by-step animation.

github.com/jcjohnson/sorting.js

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2015
  • add license file
  • Merge branch 'master' of https://github.com/jcjohnson/sorting.js
  • change order of algorithms
  • Update README.md
  • Rename bitonic sort -> bitonic mergesort
  • Merge branch 'master' of https://github.com/jcjohnson/sorting.js
  • add bitonic sort
  • Update README.md
  • hide pivot type when not needed
  • added choice of pivoting method
  • add option to change initial array
  • add google analytics
  • fix typos
  • add some documentation to AnimatedArray
  • Merge branch 'master' of https://github.com/jcjohnson/sorting.js
  • add spaces to merge sort and bubble sort
  • Update README.md
  • Merge branch 'master' of https://github.com/jcjohnson/sorting.js
  • tweak UI a bit
  • Create README.md