SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
lcp_dac.hpp
Go to the documentation of this file.
1// Copyright (c) 2016, the SDSL Project Authors. All rights reserved.
2// Please see the AUTHORS file for details. Use of this source code is governed
3// by a BSD license that can be found in the LICENSE file.
8#ifndef INCLUDED_SDSL_LCP_DAC
9#define INCLUDED_SDSL_LCP_DAC
10
11#include <stdint.h>
12
13#include <sdsl/dac_vector.hpp>
14#include <sdsl/lcp_vlc.hpp>
16
17namespace sdsl
18{
19
21
26template <uint8_t t_b = 4, typename t_rank = rank_support_v5<>>
28
29} // end namespace sdsl
30#endif
dac_vector.hpp contains a vector which stores the values with variable length codes.
Namespace for the succinct data structure library.
lcp_vlc< dac_vector< t_b, t_rank > > lcp_dac
A class for the compressed version of LCP information of an suffix array.
Definition lcp_dac.hpp:27
rank_support_v5.hpp contains rank_support_v5.5