SDSL 3.0.1
Succinct Data Structure Library
wt_epr.hpp File Reference

wt_epr.hpp contains a class for the EPR dictionary of byte sequences. More...

#include <tuple>
#include <type_traits>
#include <utility>
#include <vector>
#include <sdsl/int_vector.hpp>
#include <sdsl/rank_support_int.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.
 

Detailed Description

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.

Author
Christopher Pockrandt

Definition in file wt_epr.hpp.