SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
Compressed Suffix Arrays (CSA)

Classes

class  sdsl::csa_bitcompressed< t_alphabet_strat >
 A class for the uncompressed suffix array (SA). More...
 
class  sdsl::csa_sada< t_enc_vec, t_dens, t_inv_dens, t_sa_sample_strat, t_isa_sample_strat, t_alphabet_strat >
 A class for the Compressed Suffix Array (CSA) proposed by Sadakane for practical implementation. More...
 
class  sdsl::csa_wt< t_wt, t_dens, t_inv_dens, t_sa_sample_strat, t_isa_sample_strat, t_alphabet_strat >
 A class for the Compressed Suffix Array (CSA) based on a Wavelet Tree (WT) of the Burrow Wheeler Transform of the original text. More...
 

Detailed Description