SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
rmq_support_sparse_table.hpp File Reference

rmq_support_sparse_table.hpp contains the class rmq_support_sparse_table. More...

#include <ostream>
#include <sdsl/int_vector.hpp>
#include <sdsl/rmq_support.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 >
 

Detailed Description

rmq_support_sparse_table.hpp contains the class rmq_support_sparse_table.

Author
Simon Gog

Definition in file rmq_support_sparse_table.hpp.