SDSL 3.0.3
Succinct Data Structure Library
|
wt_rlmn.hpp contains a class for a compressed wavelet tree. More...
#include <assert.h>
#include <iostream>
#include <iterator>
#include <map>
#include <stdint.h>
#include <string>
#include <utility>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/int_vector_buffer.hpp>
#include <sdsl/io.hpp>
#include <sdsl/iterators.hpp>
#include <sdsl/ram_fs.hpp>
#include <sdsl/sd_vector.hpp>
#include <sdsl/sdsl_concepts.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>
#include <sdsl/wt_huff.hpp>
Go to the source code of this file.
Classes | |
struct | sdsl::wt_rlmn_trait< t_alphabet_cat > |
struct | sdsl::wt_rlmn_trait< byte_alphabet_tag > |
class | sdsl::wt_rlmn< t_bitvector, t_rank, t_select, t_wt > |
A Wavelet Tree class for byte sequences. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
wt_rlmn.hpp contains a class for a compressed wavelet tree.
Compression is achieved by exploiting runs in the input sequence.
Definition in file wt_rlmn.hpp.