SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
bwt_construct.hpp contains a space and time efficient construction method for the Burrows and Wheeler Transform (BWT). More...
#include "typedefs.hpp"
#include "int_vector.hpp"
#include "util.hpp"
#include "testutils.hpp"
#include <iostream>
#include <fstream>
#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_bwt (tMSS &file_map, const std::string &dir, const std::string &id) |
bool | sdsl::construct_bwt2 (tMSS &file_map, const std::string &dir, const std::string &id) |
bwt_construct.hpp contains a space and time efficient construction method for the Burrows and Wheeler Transform (BWT).