You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,25 +43,25 @@ This package has several children:
43
43
44
44
### :balance_scale: Comparison sorting
45
45
46
-
-:notebook_with_decorative_cover:[aureooms/js-in-situ-sort-spec](https://github.com/aureooms/js-in-situ-sort-spec): in place sorting for JavaScript
47
-
-:leaves:[aureooms/js-heapsort](https://github.com/aureooms/js-heapsort): heapsort for JavaScript
48
-
-:rabbit2:[aureooms/js-quicksort](https://github.com/aureooms/js-quicksort): quicksort for JavaScript
49
-
-:rewind:[aureooms/js-insertion-sort](https://github.com/aureooms/js-insertion-sort): Insertion sorting algorithms for JavaScript
50
-
-:person_fencing:[aureooms/js-merge-insertion-sort](https://github.com/aureooms/js-merge-insertion-sort): Ford-Johnson algorithm for JavaScript
51
-
-:dragon:[aureooms/js-mergesort](https://github.com/aureooms/js-mergesort): mergesort for JavaScript
52
-
-:musical_score:[aureooms/js-odd-even-mergesort](https://github.com/aureooms/js-odd-even-mergesort): Batcher's odd-even mergesort for JavaScript
46
+
-:notebook_with_decorative_cover:[aureooms/js-in-situ-sort-spec](https://github.com/make-github-pseudonymous-again/js-in-situ-sort-spec): in place sorting for JavaScript
47
+
-:leaves:[aureooms/js-heapsort](https://github.com/make-github-pseudonymous-again/js-heapsort): heapsort for JavaScript
48
+
-:rabbit2:[aureooms/js-quicksort](https://github.com/make-github-pseudonymous-again/js-quicksort): quicksort for JavaScript
49
+
-:rewind:[aureooms/js-insertion-sort](https://github.com/make-github-pseudonymous-again/js-insertion-sort): Insertion sorting algorithms for JavaScript
50
+
-:person_fencing:[aureooms/js-merge-insertion-sort](https://github.com/make-github-pseudonymous-again/js-merge-insertion-sort): Ford-Johnson algorithm for JavaScript
51
+
-:dragon:[aureooms/js-mergesort](https://github.com/make-github-pseudonymous-again/js-mergesort): mergesort for JavaScript
52
+
-:musical_score:[aureooms/js-odd-even-mergesort](https://github.com/make-github-pseudonymous-again/js-odd-even-mergesort): Batcher's odd-even mergesort for JavaScript
53
53
54
54
#### Subroutines
55
55
56
-
-:waning_gibbous_moon:[aureooms/js-merging](https://github.com/aureooms/js-merging): merging for JavaScript
57
-
-:cake:[aureooms/js-partition](https://github.com/aureooms/js-partition): partition for JavaScript
58
-
-:point_down:[aureooms/js-selection](https://github.com/aureooms/js-selection): selection for JavaScript
56
+
-:waning_gibbous_moon:[aureooms/js-merging](https://github.com/make-github-pseudonymous-again/js-merging): merging for JavaScript
57
+
-:cake:[aureooms/js-partition](https://github.com/make-github-pseudonymous-again/js-partition): partition for JavaScript
58
+
-:point_down:[aureooms/js-selection](https://github.com/make-github-pseudonymous-again/js-selection): selection for JavaScript
59
59
60
60
### :zzz: Integer sorting
61
61
62
-
-:oden:[aureooms/js-radix-sort](https://github.com/aureooms/js-radix-sort): Radix sorting algorithms for JavaScript
63
-
-[aureooms/js-countingsort](https://github.com/aureooms/js-countingsort): countingsort for JavaScript
64
-
-[aureooms/js-bucketsort](https://github.com/aureooms/js-bucketsort): bucketsort for JavaScript
62
+
-:oden:[aureooms/js-radix-sort](https://github.com/make-github-pseudonymous-again/js-radix-sort): Radix sorting algorithms for JavaScript
63
+
-[aureooms/js-countingsort](https://github.com/make-github-pseudonymous-again/js-countingsort): countingsort for JavaScript
64
+
-[aureooms/js-bucketsort](https://github.com/make-github-pseudonymous-again/js-bucketsort): bucketsort for JavaScript
0 commit comments