sorting-visualiser

Visualises sorting algorithms.

MIT License

Downloads
34
Stars
29
Committers
2

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.

See it in action here.

Dependencies

npm install

Development

npm run serve
npm run watch

Testing

npm test
Package Rankings
Top 21.25% on Npmjs.org
Badges
Extracted from project README
Build Status Coverage Status