SDSL  3.0.0
Succinct Data Structure Library
lcp_support_sada.hpp File Reference

lcp_support_sada.hpp contains a compressed lcp array. More...

#include <cassert>
#include <sdsl/csa_sada.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/iterators.hpp>
#include <sdsl/lcp.hpp>
#include <sdsl/select_support.hpp>

Go to the source code of this file.

Classes

class  sdsl::_lcp_support_sada< t_csa, t_bitvec, t_select >
 A class to represent the LCP array in compressed form. More...
 
struct  sdsl::_lcp_support_sada< t_csa, t_bitvec, t_select >::type< Cst >
 
struct  sdsl::lcp_support_sada< t_bitvec, t_select >
 Helper class which provides _lcp_support_sada the context of a CSA. More...
 

Namespaces

 sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

lcp_support_sada.hpp contains a compressed lcp array.

Author
Simon Gog

Definition in file lcp_support_sada.hpp.