SDSL 3.0.3
Succinct Data Structure Library
|
#include <iostream>
#include <string>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/config.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/int_vector_buffer.hpp>
#include <sdsl/io.hpp>
#include <sdsl/iterators.hpp>
#include <sdsl/lcp_wt.hpp>
#include <sdsl/ram_fs.hpp>
#include <sdsl/sdsl_concepts.hpp>
#include <sdsl/sorted_multi_stack_support.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>
Go to the source code of this file.
Classes | |
class | sdsl::_lcp_support_tree< t_lcp, t_cst > |
This class composes a virtual LCP array from a LCP arrays which is in suffix array order (e.g. More... | |
struct | sdsl::_lcp_support_tree< t_lcp, t_cst >::type< CST > |
struct | sdsl::lcp_support_tree< t_lcp > |
Helper class which provides _lcp_support_tree the context of a CST. More... |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
Functions | |
void | sdsl::construct_first_child_lcp (int_vector_buffer<> &lcp_buf, int_vector<> &fc_lcp) |