SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
bp_support_g.hpp File Reference

bp_support_g.hpp contains an implementation of a balanced parentheses support data structure. More...

#include <assert.h>
#include <iosfwd>
#include <stdint.h>
#include <string>
#include <sdsl/bp_support_algorithm.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/io.hpp>
#include <sdsl/nearest_neighbour_dictionary.hpp>
#include <sdsl/rank_support_v5.hpp>
#include <sdsl/rmq_support_sparse_table.hpp>
#include <sdsl/select_support_mcl.hpp>
#include <sdsl/structure_tree.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

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

bp_support_g.hpp contains an implementation of a balanced parentheses support data structure.

Author
Simon Gog

Definition in file bp_support_g.hpp.