sorting-visualiser

A library for visualising sorting algorithms.

Usage no npm install needed!

<script type="module">
  import sortingVisualiser from 'https://cdn.skypack.dev/sorting-visualiser';
</script>

README

Sorting Visualiser

Build Status Coverage Status

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

bower install
npm install

Development

npm run serve
npm run watch

Testing

npm test