SDSL 3.0.3
Succinct Data Structure Library
|
wt_epr.hpp contains a class for the EPR dictionary of byte sequences. More...
#include <assert.h>
#include <cmath>
#include <iosfwd>
#include <iterator>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <tuple>
#include <type_traits>
#include <utility>
#include <vector>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/io.hpp>
#include <sdsl/iterators.hpp>
#include <sdsl/rank_support_int_v.hpp>
#include <sdsl/sdsl_concepts.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>
#include <sdsl/wt_helper.hpp>
Go to the source code of this file.
Classes | |
class | sdsl::wt_epr< alphabet_size, rank_type, t_tree_strat > |
An EPR-dictionary based wavelet. More... |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
wt_epr.hpp contains a class for the EPR dictionary of byte sequences.
The EPR-dictionary can be interpreted as a specialized wavelet tree of height 0.
Definition in file wt_epr.hpp.