Open
Description
The implementation of the counts
property on Combinations
can be optimized to make use of the fact that the binomial is symmetrical around N/2 or (N - 1)/2.
More details available in this review comment on #51.
The implementation of the counts
property on Combinations
can be optimized to make use of the fact that the binomial is symmetrical around N/2 or (N - 1)/2.
More details available in this review comment on #51.