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

csa_construct.hpp contains a space and time efficient construction method for csa_wt, csa_sada, csa_uncompressed. More...

#include "typedefs.hpp"
#include "int_vector.hpp"
#include "algorithms_for_suffix_array_construction.hpp"
#include "algorithms_for_compressed_suffix_arrays.hpp"
#include "util.hpp"
#include "testutils.hpp"
#include "suffixarrays.hpp"
#include "bwt_construct.hpp"
#include <iostream>
#include <fstream>
#include <string>
#include <stdexcept>

Go to the source code of this file.

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

csa_construct.hpp contains a space and time efficient construction method for csa_wt, csa_sada, csa_uncompressed.

Author:
Simon Gog