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

https://github.com/comparison-sorting/partition

:cake: Partitioning algorithms for JavaScript
https://github.com/comparison-sorting/partition

agpl algorithms computer-science javascript partitioning-algorithms quicksort sorting-algorithms

Last synced: 3 months ago
JSON representation

:cake: Partitioning algorithms for JavaScript

Awesome Lists containing this project

README

        

:cake:
[@comparison-sorting/partition](https://comparison-sorting.github.io/partition)
==

Partitioning algorithms for JavaScript. Parent is
[js-sorting](https://github.com/make-github-pseudonymous-again/js-sorting).

```js
import {increasing} from '@total-order/primitive';
import {hoare as partition} from '@comparison-sorting/partition';
let pivot = partition( increasing , array , left , right ) ;
```

[![License](https://img.shields.io/github/license/comparison-sorting/partition.svg)](https://raw.githubusercontent.com/comparison-sorting/partition/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@comparison-sorting/partition.svg)](https://www.npmjs.org/package/@comparison-sorting/partition)
[![Tests](https://img.shields.io/github/actions/workflow/status/comparison-sorting/partition/ci.yml?branch=main&event=push&label=tests)](https://github.com/comparison-sorting/partition/actions/workflows/ci.yml?query=branch:main)
[![Dependencies](https://img.shields.io/librariesio/github/comparison-sorting/partition.svg)](https://github.com/comparison-sorting/partition/network/dependencies)
[![GitHub issues](https://img.shields.io/github/issues/comparison-sorting/partition.svg)](https://github.com/comparison-sorting/partition/issues)
[![Downloads](https://img.shields.io/npm/dm/@comparison-sorting/partition.svg)](https://www.npmjs.org/package/@comparison-sorting/partition)

[![Code issues](https://img.shields.io/codeclimate/issues/comparison-sorting/partition.svg)](https://codeclimate.com/github/comparison-sorting/partition/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/comparison-sorting/partition.svg)](https://codeclimate.com/github/comparison-sorting/partition/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/comparison-sorting/partition/main.svg)](https://codecov.io/gh/comparison-sorting/partition)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/comparison-sorting/partition.svg)](https://codeclimate.com/github/comparison-sorting/partition/trends/technical_debt)
[![Documentation](https://comparison-sorting.github.io/partition/badge.svg)](https://comparison-sorting.github.io/partition/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@comparison-sorting/partition)](https://bundlephobia.com/result?p=@comparison-sorting/partition)

## :scroll: Reference

- https://kluedo.ub.uni-kl.de/frontdoor/index/index/docId/3463