SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
gap_vector.hpp contains the sdsl::gap_vector class, and classes which support rank and select for gap_vector. More...
Go to the source code of this file.
Classes | |
class | sdsl::gap_vector< b > |
A bit vector which compresses very sparse populated bit vectors by representing the 1 or 0 by gap encoding. More... | |
class | sdsl::gap_rank_support< b > |
class | sdsl::gap_select_support< b > |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
gap_vector.hpp contains the sdsl::gap_vector class, and classes which support rank and select for gap_vector.