|
SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
nearest_neighbour_dictionary.hpp contains a class which supports rank/select for sparse populated sdsl::bit_vectors. More...
#include "bitmagic.hpp"#include "int_vector.hpp"#include "rank_support.hpp"#include "util.hpp"#include <stdexcept>#include <string>Go to the source code of this file.
Classes | |
| class | sdsl::nearest_neighbour_dictionary< sample_dens > |
| Nearest neighbour dictionary for sparse uniform sets (described in Geary et al., A Simple Optimal Representation for Balanced Parentheses, CPM 2004). More... | |
Namespaces | |
| namespace | sdsl |
| Namespace for the succinct data structure library. | |
nearest_neighbour_dictionary.hpp contains a class which supports rank/select for sparse populated sdsl::bit_vectors.
1.8.0