Thrill
0.1
|
#include <examples/suffix_sorting/construct_wt.hpp>
#include <thrill/api/generate.hpp>
#include <thrill/api/read_binary.hpp>
#include <thrill/api/write_binary.hpp>
#include <thrill/common/logger.hpp>
#include <tlx/cmdline_parser.hpp>
#include <algorithm>
#include <limits>
#include <random>
#include <stdexcept>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 28 of file wavelet_tree3.cpp.
References CmdlineParser::add_opt_param_string(), ConstructWaveletTree(), thrill::api::Generate(), CmdlineParser::process(), thrill::api::Run(), and CmdlineParser::set_author().