SDSL 3.0.1
Succinct Data Structure Library
lcp_byte.hpp File Reference

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.
 

Detailed Description

lcp_byte.hpp contains a (compressed) lcp array.

Author
Simon Gog

Definition in file lcp_byte.hpp.