SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Namespaces | Functions
sdsl/include/sdsl/isa_construct.hpp File Reference

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)

Detailed Description

isa_construct.hpp contains a space and time efficient construction method for the inverse suffix array

Author:
Simon Gog