Skip to content

Commit f2f0017

Browse files
📚 docs(README): Update with latest package and add disclaimer.
1 parent 9f7e5f6 commit f2f0017

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@aureooms/js-sort](https://aureooms.github.io/js-sort)
1+
:signal_strength: [@aureooms/js-sort](https://aureooms.github.io/js-sort)
22
==
33

44
<img src="http://www.explainxkcd.com//wiki/images/b/bc/ineffective_sorts.png" width="864">
@@ -7,6 +7,9 @@ Sorting algorithms for JavaScript.
77
See [docs](https://aureooms.github.io/js-sort).
88
Parent is [@aureooms/js-algorithms](https://github.com/aureooms/js-algorithms).
99

10+
> :building_construction: Caveat emptor! This is work in progress. Code may be
11+
> working. Documentation may be present. Coherence may be. Maybe.
12+
1013
```js
1114
let fordjohnson = sort._fordjohnson( search.binarysearch ) ;
1215
```
@@ -31,12 +34,13 @@ This package has several children:
3134
- [aureooms/js-in-situ-sort-spec](https://github.com/aureooms/js-in-situ-sort-spec): in place sorting for JavaScript
3235
- [aureooms/js-heapsort](https://github.com/aureooms/js-heapsort): heapsort for JavaScript
3336
- [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
3438
- [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
3541
- [aureooms/js-merging](https://github.com/aureooms/js-merging): merging for JavaScript
3642
- [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
3843
- [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
4044

4145

4246
## Reference

0 commit comments

Comments
 (0)