|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functions | |
| template<typename T , class Compare > | |
| size_t | lower_bound_pos (const Array< T > &tails, const T &value, Compare cmp) |
| template<typename T , class Compare > | |
| size_t | upper_bound_pos (const Array< T > &tails, const T &value, Compare cmp) |
|
inline |
Definition at line 70 of file LIS.H.
References cmp(), and Aleph::divide_and_conquer_partition_dp().
Referenced by Aleph::lis_length(), and Aleph::longest_increasing_subsequence().
|
inline |
Definition at line 86 of file LIS.H.
References cmp(), and Aleph::divide_and_conquer_partition_dp().
Referenced by Aleph::longest_nondecreasing_subsequence().