SDSL  3.0.0
Succinct Data Structure Library
wm_int.hpp File Reference

wm_int.hpp contains a specialized class for a wavelet tree for sequences over large alphabets. More...

#include <algorithm>
#include <map>
#include <queue>
#include <set>
#include <stdexcept>
#include <utility>
#include <vector>
#include <sdsl/int_vector.hpp>
#include <sdsl/rank_support_v.hpp>
#include <sdsl/sdsl_concepts.hpp>
#include <sdsl/select_support_mcl.hpp>
#include <sdsl/util.hpp>
#include <sdsl/wt_helper.hpp>

Go to the source code of this file.

Classes

class  sdsl::wm_int< t_bitvector, t_rank, t_select, t_select_zero >
 A wavelet tree class for integer sequences. More...
 
struct  sdsl::wm_int< t_bitvector, t_rank, t_select, t_select_zero >::node_type
 Represents a node in the wavelet tree. More...
 

Namespaces

 sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

wm_int.hpp contains a specialized class for a wavelet tree for sequences over large alphabets.

Author
Simon Gog

Definition in file wm_int.hpp.