SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
rmq_support_sparse_table.hpp contains the class rmq_support_sparse_table which supports range minimum or range maximum queries on a random access container in constant time and space. See paper LCP revisted of Bender and Farach. More...
Go to the source code of this file.
Classes | |
struct | sdsl::range_maximum_support_sparse_table< RandomAccessContainer > |
class | sdsl::rmq_support_sparse_table< RandomAccessContainer, Minimum > |
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. |
rmq_support_sparse_table.hpp contains the class rmq_support_sparse_table which supports range minimum or range maximum queries on a random access container in constant time and space. See paper LCP revisted of Bender and Farach.