Class KthSelector

java.lang.Object
org.apache.commons.math3.util.KthSelector
All Implemented Interfaces:
Serializable

public class KthSelector extends Object implements Serializable
A Simple Kth selector implementation to pick up the Kth ordered element from a work array containing the input numbers.
Since:
3.4
See Also: