A library for visualising sorting algorithms.
npm install 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.
```
bower install
npm install
``
npm run serve
npm run watch
```
npm test