SDSL
3.0.0
Succinct Data Structure Library
|
construct_sa.hpp contains an interface to access suffix array construction algorithms More...
#include <sdsl/config.hpp>
#include <sdsl/construct_config.hpp>
#include <sdsl/construct_sa_se.hpp>
#include <sdsl/divsufsort.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/qsufsort.hpp>
Go to the source code of this file.
Namespaces | |
sdsl | |
Namespace for the succinct data structure library. | |
sdsl::algorithm | |
Functions | |
void | sdsl::construct_sa_se (cache_config &config) |
Constructs the Suffix Array (SA) from text over byte-alphabet. More... | |
template<typename t_int_vec > | |
void | sdsl::algorithm::calculate_sa (const unsigned char *c, typename t_int_vec::size_type len, t_int_vec &sa) |
Calculates the Suffix Array for a text. More... | |
template<uint8_t t_width> | |
void | sdsl::construct_sa (cache_config &config) |
Constructs the Suffix Array (SA) from text over byte- or integer-alphabet. More... | |
construct_sa.hpp contains an interface to access suffix array construction algorithms
Definition in file construct_sa.hpp.