SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
wt_rlmn.hpp contains a class for a compressed wavelet tree. Compression is achieved by exploiting runs in the input sequence. More...
#include "int_vector.hpp"
#include "sd_vector.hpp"
#include "bitmagic.hpp"
#include "util.hpp"
#include "wt_huff.hpp"
#include <algorithm>
#include <stdexcept>
#include <vector>
#include <utility>
#include <queue>
#include <iostream>
Go to the source code of this file.
Classes | |
class | sdsl::wt_rlmn< BitVector, RankSupport, SelectSupport, WaveletTree > |
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.