heap-sort

0.1.1 • Public • Published

heap-sort

Stability: 1 - Experimental

Heap sort.

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i heap-sort

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • tristanls