1
1
[ @aureooms/js-odd-even-mergesort ] ( https://make-github-pseudonymous-again.github.io/js-odd-even-mergesort )
2
2
==
3
3
4
- <img src =" https://cdn.rawgit.com/aureooms /js-odd-even-mergesort/master/media/sketch.svg " width =" 864 " >
4
+ <img src =" https://cdn.rawgit.com/make-github-pseudonymous-again /js-odd-even-mergesort/master/media/sketch.svg " width =" 864 " >
5
5
6
6
Batcher's odd-even mergesort algorithm for JavaScript.
7
7
See [ docs] ( https://make-github-pseudonymous-again.github.io/js-odd-even-mergesort ) .
8
- Parent is [ @aureooms/js-sort ] ( https://github.com/aureooms /js-sort ) .
8
+ Parent is [ @aureooms/js-sort ] ( https://github.com/make-github-pseudonymous-again /js-sort ) .
9
9
10
10
``` js
11
11
import { whole } from ' @aureooms/js-odd-even-mergesort' ;
@@ -29,17 +29,17 @@ for ( let [ i , j ] of modules ) if ( increasing( a[i] , a[j] ) > 0 ) swap( a ,
29
29
a ; // [ 1 , 2 , 3 , 4 ]
30
30
```
31
31
32
- [ ![ License] ( https://img.shields.io/github/license/aureooms /js-odd-even-mergesort.svg )] ( https://raw.githubusercontent.com/aureooms /js-odd-even-mergesort/master/LICENSE )
32
+ [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again /js-odd-even-mergesort.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again /js-odd-even-mergesort/master/LICENSE )
33
33
[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-odd-even-mergesort.svg )] ( https://www.npmjs.org/package/@aureooms/js-odd-even-mergesort )
34
- [ ![ Build] ( https://img.shields.io/travis/aureooms /js-odd-even-mergesort/master.svg )] ( https://travis-ci.org/aureooms /js-odd-even-mergesort/branches )
35
- [ ![ Dependencies] ( https://img.shields.io/david/aureooms /js-odd-even-mergesort.svg )] ( https://david-dm.org/aureooms /js-odd-even-mergesort )
36
- [ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms /js-odd-even-mergesort.svg )] ( https://david-dm.org/aureooms /js-odd-even-mergesort?type=dev )
37
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms /js-odd-even-mergesort.svg )] ( https://github.com/aureooms /js-odd-even-mergesort/issues )
34
+ [ ![ Build] ( https://img.shields.io/travis/make-github-pseudonymous-again /js-odd-even-mergesort/master.svg )] ( https://travis-ci.org/make-github-pseudonymous-again /js-odd-even-mergesort/branches )
35
+ [ ![ Dependencies] ( https://img.shields.io/david/make-github-pseudonymous-again /js-odd-even-mergesort.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-odd-even-mergesort )
36
+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/make-github-pseudonymous-again /js-odd-even-mergesort.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-odd-even-mergesort?type=dev )
37
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again /js-odd-even-mergesort.svg )] ( https://github.com/make-github-pseudonymous-again /js-odd-even-mergesort/issues )
38
38
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-odd-even-mergesort.svg )] ( https://www.npmjs.org/package/@aureooms/js-odd-even-mergesort )
39
39
40
- [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms /js-odd-even-mergesort.svg )] ( https://codeclimate.com/github/aureooms /js-odd-even-mergesort/issues )
41
- [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms /js-odd-even-mergesort.svg )] ( https://codeclimate.com/github/aureooms /js-odd-even-mergesort/trends/churn )
42
- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms /js-odd-even-mergesort/master.svg )] ( https://codecov.io/gh/aureooms /js-odd-even-mergesort )
43
- [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms /js-odd-even-mergesort.svg )] ( https://codeclimate.com/github/aureooms /js-odd-even-mergesort/trends/technical_debt )
40
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again /js-odd-even-mergesort.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-odd-even-mergesort/issues )
41
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again /js-odd-even-mergesort.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-odd-even-mergesort/trends/churn )
42
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again /js-odd-even-mergesort/master.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again /js-odd-even-mergesort )
43
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again /js-odd-even-mergesort.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-odd-even-mergesort/trends/technical_debt )
44
44
[ ![ Documentation] ( http://make-github-pseudonymous-again.github.io/js-odd-even-mergesort//badge.svg )] ( http://make-github-pseudonymous-again.github.io/js-odd-even-mergesort//source.html )
45
45
[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-odd-even-mergesort )] ( https://bundlephobia.com/result?p=@aureooms/js-odd-even-mergesort )
0 commit comments