|
SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
wt_rlg8.hpp contains a class for the wavelet tree of byte sequences which is in Huffman shape and runs of character are compressed. More...
#include "int_vector.hpp"#include "rank_support_v.hpp"#include "rank_support_v5.hpp"#include "select_support_mcl.hpp"#include "select_support_bs.hpp"#include "bitmagic.hpp"#include "util.hpp"#include "wt_huff.hpp"#include <algorithm>#include <stdexcept>#include <vector>#include <utility>#include <queue>Go to the source code of this file.
Classes | |
| class | sdsl::wt_rlg8< RankSupport, WaveletTree > |
| A Wavelet Tree class for byte sequences. More... | |
Namespaces | |
| namespace | sdsl |
| Namespace for the succinct data structure library. | |
wt_rlg8.hpp contains a class for the wavelet tree of byte sequences which is in Huffman shape and runs of character are compressed.
1.8.0