radix-sort

Radix sort

Usage no npm install needed!

<script type="module">
  import radixSort from 'https://cdn.skypack.dev/radix-sort';
</script>

README

radix-sort

Stability: 1 - Experimental

Radix sort.

Usage

var radixSort = require('radix-sort');
...
var ascending  = radixSort(array);                   // sort ascending
var descending = radixSort(array, undefined, false); // sort descending