BinarySearchSTKey, ValueSelect Method |
Return the kth smallest key in this symbol table.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Key Select(
int k
)
Parameters
- k
- Type: SystemInt32
k the order statistic
Return Value
Type:
Keythe kth smallest key in this symbol table
Exceptions
See Also