median-quickselect
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "median-quickselect", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Fast implementation of median search using quickselect algorithm", | ||
@@ -5,0 +5,0 @@ "main": "lib/median-quickselect.min.js", |
# median-quickselect | ||
[![NPM](https://nodei.co/npm/median-quickselect.png)](https://npmjs.org/package/median-quickselect) | ||
Fast implementation of lower median search using Quick select algorithm. Ported from [this C implementation](http://ndevilla.free.fr/median/median/src/quickselect.c). | ||
@@ -21,2 +23,3 @@ | ||
``` | ||
Note that the **order of elements ** on array passed to `median()` will be **changed** after call. | ||
## Benchmark | ||
@@ -23,0 +26,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8044
64