|
SDSL 3.0.3
Succinct Data Structure Library
|
rmq_support_sparse_table.hpp contains the class rmq_support_sparse_table. More...
#include <assert.h>#include <ostream>#include <string>#include <vector>#include <sdsl/bits.hpp>#include <sdsl/cereal.hpp>#include <sdsl/int_vector.hpp>#include <sdsl/io.hpp>#include <sdsl/rmq_support.hpp>#include <sdsl/structure_tree.hpp>#include <sdsl/util.hpp>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.