SDSL 3.0.1
Succinct Data Structure Library
|
#include <cmath>
#include <fstream>
#include <iostream>
#include <string>
#include <sdsl/int_vector.hpp>
#include <sdsl/io.hpp>
#include <sdsl/rank_support.hpp>
#include <sdsl/select_support.hpp>
Go to the source code of this file.
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
Functions | |
template<class int_vector_type > | |
uint64_t | sdsl::_get_next_lms_position (int_vector_type &text, uint64_t i) |
void | sdsl::_construct_sa_IS (int_vector<> &text, int_vector<> &sa, std::string &filename_sa, size_t n, size_t text_offset, size_t sigma, uint64_t recursion) |
template<class int_vector_type > | |
void | sdsl::_construct_sa_se (int_vector_type &text, std::string filename_sa, uint64_t sigma, uint64_t recursion) |