Public Member Functions | |
SortedArray (int N) | |
void | init (const T *x) |
T | get_0 () |
T | get_diff (int n) |
int | get_ord (int n) |
Public Attributes | |
const T * | x |
int | N |
std::vector< int > | perm |
Array that maintains a permutation of its elements so that the array's elements are sorted
Definition at line 475 of file IndexPQ.cpp.