SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces | Typedefs
sdsl/include/sdsl/wt_rlg.hpp File Reference

wt_rlg.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_rlg< RankSupport, WaveletTree >
 A Wavelet Tree class for byte sequences. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Typedefs

typedef wt_huff< bit_vector,
rank_support_v5
<>, select_support_bs
<>, select_support_bs<> > 
sdsl::wt_without_select

Detailed Description

wt_rlg.hpp contains a class for the wavelet tree of byte sequences which is in Huffman shape and runs of character are compressed.

Author:
Simon Gog