SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces
sdsl/include/sdsl/lcp_bitcompressed.hpp File Reference

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.

Detailed Description

lcp_bitcompressed.hpp contains an implementation of an uncompressed lcp array.

Author:
Simon Gog