Maths › Combinatorics ›
Combinations
Unrank Combination
Generates the combination of \e n objects out of \e m, of the given rank
std::vector<int> | unrank_combination (int m, int n, int rank) |
Or login with:
std::vector<int> | unrank_combination (int m, int n, int rank) |