bubble-sort

0.1.0 • Public • Published

bubble-sort

Stability: 1 - Experimental

Bubble sort.

Usage

var bubbleSort = require('bubble-sort');
...
var ascending  = bubbleSort(array);        // sort ascending
var descending = bubbleSort(array, false); // sort descending

Readme

Keywords

none

Package Sidebar

Install

npm i bubble-sort

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • tristanls