SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
lcp_bitcompressed.hpp contains an implementation of an uncompressed lcp array. More...
#include "lcp.hpp"
#include "int_vector.hpp"
#include "algorithms.hpp"
#include "iterators.hpp"
#include "bitmagic.hpp"
#include <iostream>
#include <algorithm>
#include <cassert>
#include <cstring>
#include <iomanip>
#include <iterator>
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
class | sdsl::lcp_bitcompressed< width > |
A class which stores the lcp array uncompressed. More... | |
class | sdsl::lcp_bitcompressed< width >::type< Cst > |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
lcp_bitcompressed.hpp contains an implementation of an uncompressed lcp array.