SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
suffixarray_helper.hpp contains some helper classes for (compressed suffix arrays) More...
#include <stdint.h>
#include <cstdlib>
#include <cassert>
#include "algorithms_for_compressed_suffix_arrays.hpp"
#include "iterators.hpp"
Go to the source code of this file.
Classes | |
class | sdsl::psi_of_csa_psi< CsaPsi > |
A helper class for the and LF function for (compressed) suffix arrays that are based on the compressed function. More... | |
class | sdsl::psi_of_sa_and_isa< Csa > |
A helper class for the function for (compressed) suffix arrays which provide also the inverse suffix array values (like sdsl::csa_uncompressed). More... | |
class | sdsl::bwt_of_csa_psi< CsaPsi > |
A wrapper for the bwt of a compressed suffix array that is based on the function. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
suffixarray_helper.hpp contains some helper classes for (compressed suffix arrays)