SDSL  3.0.0
Succinct Data Structure Library
lcp_wt.hpp File Reference

lcp_wt.hpp contains a (compressed) LCP array based on a WT. More...

#include <algorithm>
#include <cassert>
#include <cstring>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <stdexcept>
#include <utility>
#include <vector>
#include <sdsl/int_vector.hpp>
#include <sdsl/iterators.hpp>
#include <sdsl/util.hpp>
#include <sdsl/wt_huff.hpp>

Go to the source code of this file.

Classes

class  sdsl::lcp_wt< t_width >
 A class for the compressed version of lcp information of an suffix array. More...
 

Namespaces

 sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

lcp_wt.hpp contains a (compressed) LCP array based on a WT.

Author
Simon Gog

Definition in file lcp_wt.hpp.