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/gap_vector.hpp File Reference

gap_vector.hpp contains the sdsl::gap_vector class, and classes which support rank and select for gap_vector. More...

#include "int_vector.hpp"
#include "util.hpp"

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.

Detailed Description

gap_vector.hpp contains the sdsl::gap_vector class, and classes which support rank and select for gap_vector.

Author:
Simon Gog