SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
isa_construct.hpp contains a space and time efficient construction method for the inverse suffix array More...
#include "int_vector.hpp"
#include "util.hpp"
#include "testutils.hpp"
#include <iostream>
#include <stdexcept>
#include <list>
Go to the source code of this file.
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
Functions | |
bool | sdsl::construct_isa (tMSS &file_map, const std::string &dir, const std::string &id) |
isa_construct.hpp contains a space and time efficient construction method for the inverse suffix array