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
- Host: GitHub
- URL: https://github.com/data-structures-and-algorithms/selection
- Owner: data-structures-and-algorithms
- License: agpl-3.0
- Created: 2015-06-22T14:44:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-31T12:20:35.000Z (5 months ago)
- Last Synced: 2025-06-01T00:43:13.600Z (4 months ago)
- Topics: agpl, algorithms, average-case, javascript, selection, selection-algorithms, worst-case
- Language: JavaScript
- Homepage: https://aureooms.github.io/js-selection
- Size: 613 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ) ;
```[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-selection/master/LICENSE)
[](https://www.npmjs.org/package/@aureooms/js-selection)
[](https://travis-ci.org/make-github-pseudonymous-again/js-selection/branches)
[](https://david-dm.org/make-github-pseudonymous-again/js-selection)
[](https://david-dm.org/make-github-pseudonymous-again/js-selection?type=dev)
[](https://github.com/make-github-pseudonymous-again/js-selection/issues)
[](https://www.npmjs.org/package/@aureooms/js-selection)[](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/issues)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/trends/churn)
[](https://codecov.io/gh/make-github-pseudonymous-again/js-selection)
[](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/trends/technical_debt)
[](http://make-github-pseudonymous-again.github.io/js-selection/source.html)
[](https://bundlephobia.com/result?p=@aureooms/js-selection)