Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simplestatistics/src/quickselect.d.ts>default

simple statistics for node & browser javascript
Go to Latest
function default
import { default } from "https://deno.land/x/simplestatistics@v7.7.6/src/quickselect.d.ts";

Parameters

arr: number[]
k: number
optional
left: number
optional
right: number