SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
lcp_dac.hpp File Reference

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

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. More...
 

Detailed Description

lcp_dac.hpp contains an implementation of a (compressed) LCP array.

Author
Simon Gog

Definition in file lcp_dac.hpp.