[js-sort](http://aureooms.github.io/js-sort)
==

Sorting algorithms for JavaScript. Parent is
[aureooms/js-algo](https://github.com/aureooms/js-algo).

```js
let fordjohnson = sort._fordjohnson( search.binarysearch ) ;
```

[![NPM license](http://img.shields.io/npm/l/aureooms-js-sort.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-sort/master/LICENSE)
[![NPM version](http://img.shields.io/npm/v/aureooms-js-sort.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-sort)
[![Build Status](http://img.shields.io/travis/aureooms/js-sort.svg?style=flat)](https://travis-ci.org/aureooms/js-sort)
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-sort.svg?style=flat)](https://coveralls.io/r/aureooms/js-sort)
[![Dependencies Status](http://img.shields.io/david/aureooms/js-sort.svg?style=flat)](https://david-dm.org/aureooms/js-sort#info=dependencies)
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-sort.svg?style=flat)](https://david-dm.org/aureooms/js-sort#info=devDependencies)
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-sort.svg?style=flat)](https://codeclimate.com/github/aureooms/js-sort)
[![NPM downloads per month](http://img.shields.io/npm/dm/aureooms-js-sort.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-sort)
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-sort.svg?style=flat)](https://github.com/aureooms/js-sort/issues)
[![Documentation](https://aureooms.github.io/js-sort/badge.svg)](https://aureooms.github.io/js-sort/source.html)

## Children

This package has several children:

  - [aureooms/js-bucketsort](https://github.com/aureooms/js-bucketsort): bucketsort for JavaScript
  - [aureooms/js-countingsort](https://github.com/aureooms/js-countingsort): countingsort for JavaScript
  - [aureooms/js-in-situ-sort-spec](https://github.com/aureooms/js-in-situ-sort-spec): in place sorting for JavaScript
    - [aureooms/js-heapsort](https://github.com/aureooms/js-heapsort): heapsort for JavaScript
    - [aureooms/js-quicksort](https://github.com/aureooms/js-quicksort): quicksort for JavaScript
  - [aureooms/js-mergesort](https://github.com/aureooms/js-mergesort): mergesort for JavaScript
  - [aureooms/js-merging](https://github.com/aureooms/js-merging): merging for JavaScript
  - [aureooms/js-partition](https://github.com/aureooms/js-partition): partition for JavaScript
  - [aureooms/js-radixsort](https://github.com/aureooms/js-radixsort): radixsort for JavaScript
  - [aureooms/js-selection](https://github.com/aureooms/js-selection): selection for JavaScript
  - [aureooms/js-odd-even-mergesort](https://github.com/aureooms/js-odd-even-mergesort): Batcher's odd-even mergesort for JavaScript


## Reference

  - http://sorting.at
