selection-sort

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i selection-sort

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • tristanls