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

https://github.com/data-structures-and-algorithms/selection

:point_down: Selection algorithms for JavaScript
https://github.com/data-structures-and-algorithms/selection

agpl algorithms average-case javascript selection selection-algorithms worst-case

Last synced: 4 months ago
JSON representation

:point_down: Selection algorithms for JavaScript

Awesome Lists containing this project

README

          

[@aureooms/js-selection](http://make-github-pseudonymous-again.github.io/js-selection)
==

Selection algorithms for JavaScript.
Parent is [@aureooms/js-sort](https://github.com/make-github-pseudonymous-again/js-sort).

```js
let quickselect = selection.singletco( partition.hoare ) ;
```

[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-selection.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-selection/master/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-selection.svg)](https://www.npmjs.org/package/@aureooms/js-selection)
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-selection/master.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-selection/branches)
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-selection.svg)](https://david-dm.org/make-github-pseudonymous-again/js-selection)
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-selection.svg)](https://david-dm.org/make-github-pseudonymous-again/js-selection?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-selection.svg)](https://github.com/make-github-pseudonymous-again/js-selection/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-selection.svg)](https://www.npmjs.org/package/@aureooms/js-selection)

[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-selection.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-selection.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-selection/master.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-selection)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-selection.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/trends/technical_debt)
[![Documentation](http://make-github-pseudonymous-again.github.io/js-selection/badge.svg)](http://make-github-pseudonymous-again.github.io/js-selection/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-selection)](https://bundlephobia.com/result?p=@aureooms/js-selection)