Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T16:53:56.000Z (3 months ago)
- Last Synced: 2024-10-16T03:32:02.970Z (3 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 ...
```[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-merging.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-merging/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-merging.svg)](https://www.npmjs.org/package/@aureooms/js-merging)
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-merging/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-merging/branches)
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-merging.svg)](https://david-dm.org/make-github-pseudonymous-again/js-merging)
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-merging.svg)](https://david-dm.org/make-github-pseudonymous-again/js-merging?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-merging.svg)](https://github.com/make-github-pseudonymous-again/js-merging/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-merging.svg)](https://www.npmjs.org/package/@aureooms/js-merging)[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-merging.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-merging/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-merging.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-merging/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-merging/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-merging)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-merging.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-merging/trends/technical_debt)
[![Documentation](https://make-github-pseudonymous-again.github.io/js-merging//badge.svg)](https://make-github-pseudonymous-again.github.io/js-merging//source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-merging)](https://bundlephobia.com/result?p=@aureooms/js-merging)