SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
enc_vector_prac2.hpp contains the sdsl::enc_vector_prac2 class. More...
Go to the source code of this file.
Classes | |
struct | sdsl::enc_vector_prac2_trait< fixedIntWidth > |
struct | sdsl::enc_vector_prac2_trait< 32 > |
class | sdsl::enc_vector_prac2< Coder, SampleDens, fixedIntWidth > |
A generic immutable space-saving vector class for unsigned positiv integers. It encodes each integer with its self-delimiting code and still provides constant time access. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
enc_vector_prac2.hpp contains the sdsl::enc_vector_prac2 class.