sorting-visualiser
v0.2.0
Published
A library for visualising sorting algorithms.
Maintainers
Readme
Sorting Visualiser
Visualise sorting algorithms with the help of js-sorting. It works by attaching a bunch of observers to the critical parts of the sorting algorithm, such as swapping and comparing values.
Dependencies
bower install
npm installDevelopment
npm run serve
npm run watchTesting
npm test