SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
A class for the binomial coefficients up to n. More...
#include <rrr_helper.hpp>
Classes | |
class | impl |
Static Public Attributes | |
static class sdsl::binomial_coefficients::impl | data |
A class for the binomial coefficients up to n.
data.table[m][k] contains the number for . data.space[m][k] returns the bits needed to encode a value between [0..data.table[m][k]], given m and k. BINARY_SEARCH_THRESHOLD is equal to