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: about 2 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 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T16:53:56.000Z (8 months ago)
- Last Synced: 2024-10-16T03:32:02.970Z (7 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: 828 KB
- Stars: 4
- Watchers: 2
- 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)