The combination operator produces the number of ways a combination of length values can be made in a set of values.
1 min read
The combination operator produces the number of ways a combination of length k values can be made in a set of n values.
(kn)=k!(n−k)!n!