SDSL 3.0.3
Succinct Data Structure Library
|
lcp_dac.hpp contains an implementation of a (compressed) LCP array. More...
#include <stdint.h>
#include <sdsl/dac_vector.hpp>
#include <sdsl/lcp_vlc.hpp>
#include <sdsl/rank_support_v5.hpp>
Go to the source code of this file.
Namespaces | |
namespace | 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. | |
lcp_dac.hpp contains an implementation of a (compressed) LCP array.
Definition in file lcp_dac.hpp.