sorting-visualiser
sorting-visualiser copied to clipboard
Visualises sorting algorithms.
It's available on npm unlike Snap.svg and it's simpler/smaller.
Introduce a sort controller which performs the logic and passes back instructions to sort-pane/sort-view.
Counting sort, bucket sort, etc. Currently no way to listen https://github.com/Tyriar/js-sorting
For merge sort, blocked on https://github.com/Tyriar/js-sorting/issues/49