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

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.

Detailed Description

nearest_neighbour_dictionary.hpp contains a class which supports rank/select for sparse populated sdsl::bit_vectors.

Author:
Simon Gog