SDSL 3.0.1
Succinct Data Structure Library
|
lcp_byte.hpp contains a (compressed) lcp array. More...
#include <algorithm>
#include <cassert>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <utility>
#include <vector>
#include <sdsl/int_vector.hpp>
#include <sdsl/iterators.hpp>
#include <sdsl/lcp.hpp>
Go to the source code of this file.
Classes | |
class | sdsl::lcp_byte< t_width > |
A class for a simple compressed version of LCP information. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
lcp_byte.hpp contains a (compressed) lcp array.
Definition in file lcp_byte.hpp.