https://github.com/comparison-sorting/merging
:waning_gibbous_moon: Merging algorithms for JavaScript
https://github.com/comparison-sorting/merging
agpl algorithms computer-science javascript mergesort merging-algorithms sorting-algorithms stable-sort stable-sorting
Last synced: 3 months ago
JSON representation
:waning_gibbous_moon: Merging algorithms for JavaScript
- Host: GitHub
- URL: https://github.com/comparison-sorting/merging
- Owner: comparison-sorting
- License: agpl-3.0
- Created: 2015-06-22T14:41:05.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T18:09:44.000Z (10 months ago)
- Last Synced: 2026-02-25T21:33:14.830Z (4 months ago)
- Topics: agpl, algorithms, computer-science, javascript, mergesort, merging-algorithms, sorting-algorithms, stable-sort, stable-sorting
- Language: JavaScript
- Homepage: https://aureooms.github.io/js-merging
- Size: 829 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[@aureooms/js-merging](https://make-github-pseudonymous-again.github.io/js-merging)
==
Merging library for JavaScript.
See [docs](https://make-github-pseudonymous-again.github.io/js-merging).
Parent is [@aureooms/js-sort](https://github.com/make-github-pseudonymous-again/js-sort).
```js
merging.iterables( compare.increasing , count( 0 , 2 ) , count( 1 , 3 ) ) ;
// 0 1 2 4 4 6 7 8 10 10 ...
```
[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-merging/main/LICENSE)
[](https://www.npmjs.org/package/@aureooms/js-merging)
[](https://travis-ci.org/make-github-pseudonymous-again/js-merging/branches)
[](https://david-dm.org/make-github-pseudonymous-again/js-merging)
[](https://david-dm.org/make-github-pseudonymous-again/js-merging?type=dev)
[](https://github.com/make-github-pseudonymous-again/js-merging/issues)
[](https://www.npmjs.org/package/@aureooms/js-merging)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-merging/issues)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-merging/trends/churn)
[](https://codecov.io/gh/make-github-pseudonymous-again/js-merging)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-merging/trends/technical_debt)
[](https://make-github-pseudonymous-again.github.io/js-merging//source.html)
[](https://bundlephobia.com/result?p=@aureooms/js-merging)