SDSL 3.0.1
Succinct Data Structure Library
|
bp_support_sada.hpp contains an implementation of a balanced parentheses support structure proposed by Kunihiko Sadakane. More...
#include <map>
#include <set>
#include <stack>
#include <stdexcept>
#include <utility>
#include <sdsl/bp_support_algorithm.hpp>
#include <sdsl/fast_cache.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/rank_support.hpp>
#include <sdsl/select_support.hpp>
#include <algorithm>
#include <iostream>
Go to the source code of this file.
Classes | |
class | sdsl::bp_support_sada< t_sml_blk, t_med_deg, t_rank, t_select > |
A class that provides support for bit_vectors that represent a BP sequence. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
bp_support_sada.hpp contains an implementation of a balanced parentheses support structure proposed by Kunihiko Sadakane.
Definition in file bp_support_sada.hpp.