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/bwt_construct.hpp File Reference

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)

Detailed Description

bwt_construct.hpp contains a space and time efficient construction method for the Burrows and Wheeler Transform (BWT).

Author:
Simon Gog