sorting-visualiser
sorting-visualiser copied to clipboard
Visualises sorting algorithms.
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
npm install
Development
npm run serve
npm run watch
Testing
npm test