SDSL
3.0.0
Succinct Data Structure Library
|
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. | |
lcp_wt.hpp contains a (compressed) LCP array based on a WT.
Definition in file lcp_wt.hpp.