SDSL
3.0.0
Succinct Data Structure Library
|
bp_support_g.hpp contains an implementation of a balanced parentheses support data structure. More...
#include <map>
#include <set>
#include <stack>
#include <stdexcept>
#include <utility>
#include <sdsl/bp_support_algorithm.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/nearest_neighbour_dictionary.hpp>
#include <sdsl/rank_support.hpp>
#include <sdsl/rmq_support.hpp>
#include <sdsl/select_support.hpp>
#include <sdsl/util.hpp>
Go to the source code of this file.
Classes | |
class | sdsl::bp_support_g< t_nnd, t_rank, t_select, t_rmq, t_bs > |
A class that provides support for bit_vectors that represent a BP sequence. More... | |
Namespaces | |
sdsl | |
Namespace for the succinct data structure library. | |
bp_support_g.hpp contains an implementation of a balanced parentheses support data structure.
Definition in file bp_support_g.hpp.