selection-sort
v0.1.0
Published
Selection sort
Downloads
7
Readme
selection-sort
Stability: 1 - Experimental
Selection sort.
Usage
var selectionSort = require('selection-sort');
...
var ascending = selectionSort(array); // sort ascending
var descending = selectionSort(array, false); // sort descending