SDSL 3.0.1
Succinct Data Structure Library
|
rmq_support_sparse_table.hpp contains the class rmq_support_sparse_table. More...
Go to the source code of this file.
Classes | |
class | sdsl::rmq_support_sparse_table< t_rac, t_min > |
A class to support range minimum or range maximum queries on a random access container. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
Typedefs | |
template<class t_rac = int_vector<>> | |
using | sdsl::range_maximum_support_sparse_table = rmq_support_sparse_table< t_rac, false > |
rmq_support_sparse_table.hpp contains the class rmq_support_sparse_table.
Definition in file rmq_support_sparse_table.hpp.