1
- [ @aureooms/js-sort ] ( https://aureooms.github.io/js-sort )
1
+ : signal_strength : [ @aureooms/js-sort ] ( https://aureooms.github.io/js-sort )
2
2
==
3
3
4
4
<img src =" http://www.explainxkcd.com//wiki/images/b/bc/ineffective_sorts.png " width =" 864 " >
@@ -7,6 +7,9 @@ Sorting algorithms for JavaScript.
7
7
See [ docs] ( https://aureooms.github.io/js-sort ) .
8
8
Parent is [ @aureooms/js-algorithms ] ( https://github.com/aureooms/js-algorithms ) .
9
9
10
+ > :building_construction : Caveat emptor! This is work in progress. Code may be
11
+ > working. Documentation may be present. Coherence may be. Maybe.
12
+
10
13
``` js
11
14
let fordjohnson = sort ._fordjohnson ( search .binarysearch ) ;
12
15
```
@@ -31,12 +34,13 @@ This package has several children:
31
34
- [ aureooms/js-in-situ-sort-spec] ( https://github.com/aureooms/js-in-situ-sort-spec ) : in place sorting for JavaScript
32
35
- [ aureooms/js-heapsort] ( https://github.com/aureooms/js-heapsort ) : heapsort for JavaScript
33
36
- [ aureooms/js-quicksort] ( https://github.com/aureooms/js-quicksort ) : quicksort for JavaScript
37
+ - [ aureooms/js-insertion-sort] ( https://github.com/aureooms/js-insertion-sort ) : Insertion sorting algorithms for JavaScript
34
38
- [ aureooms/js-mergesort] ( https://github.com/aureooms/js-mergesort ) : mergesort for JavaScript
39
+ - [ aureooms/js-odd-even-mergesort] ( https://github.com/aureooms/js-odd-even-mergesort ) : Batcher's odd-even mergesort for JavaScript
40
+ - [ aureooms/js-radix-sort] ( https://github.com/aureooms/js-radix-sort ) : Radix sorting algorithms for JavaScript
35
41
- [ aureooms/js-merging] ( https://github.com/aureooms/js-merging ) : merging for JavaScript
36
42
- [ aureooms/js-partition] ( https://github.com/aureooms/js-partition ) : partition for JavaScript
37
- - [ aureooms/js-radixsort] ( https://github.com/aureooms/js-radixsort ) : radixsort for JavaScript
38
43
- [ aureooms/js-selection] ( https://github.com/aureooms/js-selection ) : selection for JavaScript
39
- - [ aureooms/js-odd-even-mergesort] ( https://github.com/aureooms/js-odd-even-mergesort ) : Batcher's odd-even mergesort for JavaScript
40
44
41
45
42
46
## Reference
0 commit comments