SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
csa_uncompressed.hpp contains an implementation of an uncompressed suffix array providing information of the suffix array, the inverse suffix array and the psi function. More...
#include "sdsl_concepts.hpp"
#include "suffixarray_helper.hpp"
#include "int_vector.hpp"
#include "algorithms.hpp"
#include "iterators.hpp"
#include "util.hpp"
#include "testutils.hpp"
#include <iostream>
#include <algorithm>
#include <cassert>
#include <cstring>
#include <iomanip>
#include <iterator>
Go to the source code of this file.
Classes | |
class | sdsl::csa_uncompressed |
A class for the uncmpressed suffix array (SA). More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
csa_uncompressed.hpp contains an implementation of an uncompressed suffix array providing information of the suffix array, the inverse suffix array and the psi function.