SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
rank_support_jmc.hpp contains classes that support a sdsl::bit_vector with constant time rank information. More...
Go to the source code of this file.
Classes | |
class | sdsl::rank_support_jmc |
A class supporting rank queries in constant time. The implementation is a lightweight version of the data structure proposed by Jacobson (1989), Munro (1996), and Clark (1996). More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
rank_support_jmc.hpp contains classes that support a sdsl::bit_vector with constant time rank information.