SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
lcp_support_tree2.hpp File Reference
#include <iostream>
#include <stdint.h>
#include <string>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/config.hpp>
#include <sdsl/csa_alphabet_strategy.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/int_vector_buffer.hpp>
#include <sdsl/io.hpp>
#include <sdsl/iterators.hpp>
#include <sdsl/ram_fs.hpp>
#include <sdsl/rank_support_v5.hpp>
#include <sdsl/sdsl_concepts.hpp>
#include <sdsl/select_support_scan.hpp>
#include <sdsl/sfstream.hpp>
#include <sdsl/sorted_multi_stack_support.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>
#include <sdsl/wt_huff.hpp>

Go to the source code of this file.

Classes

class  sdsl::_lcp_support_tree2< t_dens, t_cst >
 An lcp array class for cst_sct3 and cst_sada. More...
struct  sdsl::_lcp_support_tree2< t_dens, t_cst >::type< CST >
struct  sdsl::lcp_support_tree2< t_dens >
 Helper class which provides _lcp_support_tree2 the context of a CST. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Functions

template<uint32_t t_dens, uint8_t t_bwt_width>
void sdsl::construct_first_child_and_lf_lcp (int_vector_buffer<> &, int_vector_buffer< t_bwt_width > &, std::string const &, std::string const &, int_vector<> &)