SDSL
3.0.0
Succinct Data Structure Library
|
wt_rlmn.hpp contains a class for a compressed wavelet tree. More...
#include <algorithm>
#include <iostream>
#include <queue>
#include <stdexcept>
#include <utility>
#include <vector>
#include <sdsl/int_vector.hpp>
#include <sdsl/sd_vector.hpp>
#include <sdsl/sdsl_concepts.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 | |
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.