Thrill  0.1
suffix_sorting.cpp File Reference
#include <examples/suffix_sorting/check_sa.hpp>
#include <examples/suffix_sorting/construct_bwt.hpp>
#include <examples/suffix_sorting/construct_lcp.hpp>
#include <examples/suffix_sorting/construct_wt.hpp>
#include <examples/suffix_sorting/dc3.hpp>
#include <examples/suffix_sorting/dc7.hpp>
#include <examples/suffix_sorting/prefix_doubling.hpp>
#include <examples/suffix_sorting/prefix_quadrupling.hpp>
#include <thrill/api/cache.hpp>
#include <thrill/api/collapse.hpp>
#include <thrill/api/equal_to_dia.hpp>
#include <thrill/api/generate.hpp>
#include <thrill/api/print.hpp>
#include <thrill/api/read_binary.hpp>
#include <thrill/api/write_binary.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/uint_types.hpp>
#include <tlx/cmdline_parser.hpp>
#include <algorithm>
#include <limits>
#include <random>
#include <stdexcept>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
+ Include dependency graph for suffix_sorting.cpp:

Go to the source code of this file.

Namespaces

 examples
 
 examples::suffix_sorting
 

Functions

int main (int argc, char *argv[])
 

Variables

bool debug_print = false
 

Function Documentation

◆ main()