SDSL 3.0.1
Succinct Data Structure Library
wt_ap.hpp File Reference

wt_ap.hpp contains a space-efficient class to support select, rank and access on inputs with potentially large alphabets. More...

#include <sdsl/bit_vectors.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/vectors.hpp>
#include <sdsl/wm_int.hpp>
#include <sdsl/wt_huff.hpp>

Go to the source code of this file.

Classes

class  sdsl::wt_ap< t_wt_byte, t_wt_int >
 A wavelet tree class for integer sequences. More...
 

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

wt_ap.hpp contains a space-efficient class to support select, rank and access on inputs with potentially large alphabets.

Author
Johannes Bader, Simon Gog

Definition in file wt_ap.hpp.