SDSL
3.0.0
Succinct Data Structure Library
|
lcp_dac.hpp contains an implementation of a (compressed) LCP array. More...
#include <sdsl/lcp.hpp>
#include <sdsl/lcp_vlc.hpp>
#include <sdsl/rank_support_v5.hpp>
#include <sdsl/vectors.hpp>
Go to the source code of this file.
Namespaces | |
sdsl | |
Namespace for the succinct data structure library. | |
Typedefs | |
template<uint8_t t_b = 4, typename t_rank = rank_support_v5<>> | |
using | sdsl::lcp_dac = lcp_vlc< dac_vector< t_b, t_rank > > |
A class for the compressed version of LCP information of an suffix array. More... | |
lcp_dac.hpp contains an implementation of a (compressed) LCP array.
Definition in file lcp_dac.hpp.