File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,22 @@ Can be managed through [duo](https://github.com/duojs/duo),
24
24
let sort = require ( " aureooms-js-sort" ) ;
25
25
```
26
26
27
+ ## Subpackages
28
+
29
+ This package has several children:
30
+
31
+ - [ aureooms/js-bucketsort] ( https://github.com/aureooms/js-bucketsort ) : bucketsort code bricks for JavaScript
32
+ - [ aureooms/js-countingsort] ( https://github.com/aureooms/js-countingsort ) : countingsort code bricks for JavaScript
33
+ - [ aureooms/js-heapsort] ( https://github.com/aureooms/js-heapsort ) : heapsort code bricks for JavaScript
34
+ - [ aureooms/js-in-situ-sort-spec] ( https://github.com/aureooms/js-in-situ-sort-spec ) : in place sorting code bricks for JavaScript
35
+ - [ aureooms/js-mergesort] ( https://github.com/aureooms/js-mergesort ) : mergesort code bricks for JavaScript
36
+ - [ aureooms/js-merging] ( https://github.com/aureooms/js-merging ) : merging code bricks for JavaScript
37
+ - [ aureooms/js-partition] ( https://github.com/aureooms/js-partition ) : partition code bricks for JavaScript
38
+ - [ aureooms/js-quicksort] ( https://github.com/aureooms/js-quicksort ) : quicksort code bricks for JavaScript
39
+ - [ aureooms/js-radixsort] ( https://github.com/aureooms/js-radixsort ) : radixsort code bricks for JavaScript
40
+ - [ aureooms/js-selection] ( https://github.com/aureooms/js-selection ) : selection code bricks for JavaScript
41
+
42
+
27
43
## Use
28
44
29
45
``` js
You can’t perform that action at this time.
0 commit comments