A graphical visualisation of sorting algorithms. https://code.ivysaur.me/sorts
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 2c301bf711 commit all archived files 2012-05-08 00:00:00 +00:00
dist-archive commit all archived files 2012-05-08 00:00:00 +00:00
doc commit all archived files 2012-05-08 00:00:00 +00:00
.legacy-codesite.toml initial meta commit 2012-05-08 00:00:00 +00:00
README.md commit all archived files 2012-05-08 00:00:00 +00:00

README.md

sorts

A graphical visualisation of sorting algorithms.

  • Options for bubblesort, quicksort, heapsort, and mergesort
  • All sorts are in-place
  • You can randomly permute the input data, apply a minor perturbation, or reverse it

Changelog

2012-05-08

  • File timestamp

Download