0.2.0 • Published 9 years ago
sorting-visualiser v0.2.0
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