radix-sort

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i radix-sort

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • tristanls