(Combination) In mathematics, a combination is a selection of items from a collection, such that (unlike permutations) the order of selection does not matter. If the set has n elements, the number of k-combinations is equal to the binomial coefficient.
Given two integers n and k, return the number of all possible combinations of k numbers out of n elements.