bubble-sort

Bubble sort

Usage no npm install needed!

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

README

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