Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)