Expand description
Basic algorithms
Structs§
- Subset
Generator - Subset sequence generator
Functions§
- dichotomy
- Dichotomy in interval
[lower_bound, upper_bound)
, return the first value that makes checker true. - discretization
- Build a vector with the rank of each item in origin vector.
- equal_
range - Get the position interval that those values equal to the value.
- inversion_
pairs_ count - Get the number of inversion pairs.
- lower_
bound - Get the position of the lower bound of value in the slice.
- upper_
bound - Get the position of the upper bound of value in the slice.